Home
last modified time | relevance | path

Searched refs:jffs2_is_writebuffered (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/jffs2/
H A Dwritev.c19 if (!jffs2_is_writebuffered(c)) { in jffs2_flash_direct_writev()
H A Dos-linux.h75 #define jffs2_is_writebuffered(c) (0) macro
103 #define jffs2_is_writebuffered(c) (c->wbuf != NULL) macro
H A Dreadinode.c46 if (jffs2_is_writebuffered(c)) { in check_node_data()
754 if (jffs2_is_writebuffered(c) && csize != 0) { in read_dnode()
778 * jffs2_is_writebuffered(c)) are anyway read by in read_dnode()
947 if (jffs2_is_writebuffered(c)) { in read_more()
1025 if (jffs2_is_writebuffered(c)) { in jffs2_get_inode_nodes()
H A 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()
H A Dsuper.c103 if (jffs2_is_writebuffered(c)) in jffs2_sync_fs()
/kernel/linux/linux-6.6/fs/jffs2/
H A Dwritev.c19 if (!jffs2_is_writebuffered(c)) { in jffs2_flash_direct_writev()
H A Dos-linux.h75 #define jffs2_is_writebuffered(c) (0) macro
103 #define jffs2_is_writebuffered(c) (c->wbuf != NULL) macro
H A Dreadinode.c46 if (jffs2_is_writebuffered(c)) { in check_node_data()
754 if (jffs2_is_writebuffered(c) && csize != 0) { in read_dnode()
778 * jffs2_is_writebuffered(c)) are anyway read by in read_dnode()
947 if (jffs2_is_writebuffered(c)) { in read_more()
1025 if (jffs2_is_writebuffered(c)) { in jffs2_get_inode_nodes()
H A 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()
H A Dsuper.c102 if (jffs2_is_writebuffered(c)) in jffs2_sync_fs()

Completed in 10 milliseconds