Searched refs:jffs2_flash_write (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/jffs2/ |
D | os-linux.h | 79 #define jffs2_flash_write(c, ofs, len, retlen, buf) jffs2_flash_direct_write(c, ofs, len, retlen, b… macro 117 int jffs2_flash_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, size_t *retlen, const u_char…
|
D | nodemgmt.c | 781 ret = jffs2_flash_write(c, ref_offset(ref), sizeof(n), &retlen, (char *)&n); in jffs2_mark_node_obsolete()
|
D | wbuf.c | 941 int jffs2_flash_write(struct jffs2_sb_info *c, loff_t ofs, size_t len, in jffs2_flash_write() function
|
D | gc.c | 700 ret = jffs2_flash_write(c, phys_ofs, rawlen, &retlen, (char *)node); in jffs2_garbage_collect_pristine()
|
D | xattr.c | 531 ret = jffs2_flash_write(c, phys_ofs, sizeof(rr), &length, (char *)&rr); in save_xattr_ref()
|