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

/linux-master/fs/
H A Dfs-writeback.c1004 /* SYNC_ALL writes out I_DIRTY_TIME too */
1617 } else if (inode->i_state & I_DIRTY_TIME) {
1668 * change I_DIRTY_TIME into I_DIRTY_SYNC.
1670 if ((inode->i_state & I_DIRTY_TIME) &&
1792 else if (inode->i_state & I_DIRTY_TIME) {
2423 * multiple I_DIRTY_* flags, except that I_DIRTY_TIME can't be combined
2457 * be updated by setting I_DIRTY_TIME in flags.
2459 if (inode->i_state & I_DIRTY_TIME) {
2461 if (inode->i_state & I_DIRTY_TIME) {
2462 inode->i_state &= ~I_DIRTY_TIME;
[all...]
H A Dsync.c186 if (!datasync && (inode->i_state & I_DIRTY_TIME))
H A Dinode.c1760 if (inode->i_nlink && (inode->i_state & I_DIRTY_TIME)) {
1904 dirty_flags = inode->i_sb->s_flags & SB_LAZYTIME ? I_DIRTY_TIME : I_DIRTY_SYNC;
/linux-master/fs/fat/
H A Dmisc.c352 dirty_flags |= I_DIRTY_TIME;
/linux-master/fs/xfs/
H A Dxfs_inode_item.c81 * Don't bother with i_lock for the I_DIRTY_TIME check here, as races
86 if (inode->i_state & I_DIRTY_TIME) {
88 inode->i_state &= ~I_DIRTY_TIME;
H A Dxfs_super.c683 * and has dirty timestamp (I_DIRTY_TIME). I_DIRTY_TIME can be passed
686 if ((flags & ~I_DIRTY_TIME) != I_DIRTY_SYNC || !(flags & I_DIRTY_TIME))
/linux-master/include/linux/
H A Dfs.h2300 * I_DIRTY_DATASYNC, I_DIRTY_PAGES, and I_DIRTY_TIME.
2316 * I_DIRTY_TIME The inode itself has dirty timestamps, and the
2321 * I_DIRTY_TIME can still be set if I_DIRTY_SYNC is already
2390 #define I_DIRTY_TIME (1 << 11) macro
2400 #define I_DIRTY_ALL (I_DIRTY | I_DIRTY_TIME)
2424 return (inode->i_state & (I_DIRTY_TIME | I_NEW |
2425 I_FREEING | I_WILL_FREE)) == I_DIRTY_TIME;
/linux-master/include/trace/events/
H A Dwriteback.h22 {I_DIRTY_TIME, "I_DIRTY_TIME"}, \
/linux-master/mm/
H A Dbacking-dev.c68 if (inode->i_state & I_DIRTY_TIME)
/linux-master/fs/ext4/
H A Dinode.c5002 inode->i_state &= ~I_DIRTY_TIME;

Completed in 248 milliseconds