Home
last modified time | relevance | path

Searched refs:jffs2_is_writebuffered (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/jffs2/
Dwritev.c19 if (!jffs2_is_writebuffered(c)) { in jffs2_flash_direct_writev()
Dos-linux.h75 #define jffs2_is_writebuffered(c) (0) macro
103 #define jffs2_is_writebuffered(c) (c->wbuf != NULL) macro
Dwbuf.c588 if (!jffs2_is_writebuffered(c)) in __jffs2_flush_wbuf()
804 if (!jffs2_is_writebuffered(c)) in jffs2_flash_writev()
946 if (!jffs2_is_writebuffered(c)) in jffs2_flash_write()
962 if (!jffs2_is_writebuffered(c)) in jffs2_flash_read()
Dreadinode.c46 if (jffs2_is_writebuffered(c)) { in check_node_data()
738 if (jffs2_is_writebuffered(c) && csize != 0) { in read_dnode()
931 if (jffs2_is_writebuffered(c)) { in read_more()
1009 if (jffs2_is_writebuffered(c)) { in jffs2_get_inode_nodes()
Dsuper.c102 if (jffs2_is_writebuffered(c)) in jffs2_sync_fs()