Searched refs:I_DIRTY_ALL (Results 1 – 7 of 7) sorted by relevance
29 if (!(inode->i_state & I_DIRTY_ALL) || in jfs_fsync()
432 if (inode->i_state & I_DIRTY_ALL) { in inode_do_switch_wbs()1543 if (inode->i_state & I_DIRTY_ALL) in requeue_inode()1722 if (!(inode->i_state & I_DIRTY_ALL) && in writeback_single_inode()1745 if (!(inode->i_state & I_DIRTY_ALL)) in writeback_single_inode()1926 if (!(inode->i_state & I_DIRTY_ALL)) in writeback_sb_inodes()
1400 if (!(inode->i_state & I_DIRTY_ALL)) in __generic_file_fsync()
456 if (inode->i_state & (I_DIRTY_ALL | I_SYNC | I_FREEING | I_WILL_FREE)) in __inode_add_lru()
614 if (!(inode->i_state & I_DIRTY_ALL)) in generic_buffers_fsync_noflush()
793 if (inode->i_state & I_DIRTY_ALL) in fscrypt_drop_inode()
2232 #define I_DIRTY_ALL (I_DIRTY | I_DIRTY_TIME) macro