Home
last modified time | relevance | path

Searched refs:I_DIRTY_ALL (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dfs-writeback.c468 if (inode_state_read(inode) & I_DIRTY_ALL) { in inode_do_switch_wbs()
1697 if (inode_state_read(inode) & I_DIRTY_ALL) in requeue_inode()
1916 if (!(inode_state_read(inode) & I_DIRTY_ALL)) { in writeback_single_inode()
1942 if (!(inode_state_read(inode) & I_DIRTY_ALL)) in writeback_single_inode()
2131 if (!(inode_state_read(inode) & I_DIRTY_ALL)) in writeback_sb_inodes()
/linux/fs/crypto/
H A Dkeysetup.c836 if (inode_state_read(inode) & I_DIRTY_ALL) in fscrypt_drop_inode()
/linux/include/linux/
H A Dfs.h749 #define I_DIRTY_ALL (I_DIRTY | I_DIRTY_TIME) macro