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()1560 if (inode->i_state & I_DIRTY_ALL) in requeue_inode()1739 if (!(inode->i_state & I_DIRTY_ALL) && in writeback_single_inode()1762 if (!(inode->i_state & I_DIRTY_ALL)) in writeback_single_inode()1943 if (!(inode->i_state & I_DIRTY_ALL)) in writeback_sb_inodes()
1410 if (!(inode->i_state & I_DIRTY_ALL)) in __generic_file_fsync()
458 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()
2299 #define I_DIRTY_ALL (I_DIRTY | I_DIRTY_TIME) macro