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

/linux-master/fs/fat/
H A Dmisc.c354 dirty_flags |= I_DIRTY_SYNC;
H A Dfatent.c316 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC);
/linux-master/fs/nilfs2/
H A Dnilfs.h293 return __nilfs_mark_inode_dirty(inode, I_DIRTY_SYNC);
/linux-master/include/linux/
H A Dfs.h2299 * Four bits determine the dirty state of the inode: I_DIRTY_SYNC,
2308 * I_DIRTY_SYNC Inode is dirty, but doesn't have to be written on
2312 * these changes separately from I_DIRTY_SYNC so that we
2318 * separately from I_DIRTY_SYNC in order to implement
2320 * (I_DIRTY_SYNC and/or I_DIRTY_DATASYNC) gets set. But
2321 * I_DIRTY_TIME can still be set if I_DIRTY_SYNC is already
2376 #define I_DIRTY_SYNC (1 << 0) macro
2398 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
2410 __mark_inode_dirty(inode, I_DIRTY_SYNC);
/linux-master/fs/
H A Dinode.c1904 dirty_flags = inode->i_sb->s_flags & SB_LAZYTIME ? I_DIRTY_TIME : I_DIRTY_SYNC;
1906 dirty_flags |= I_DIRTY_SYNC;
/linux-master/include/trace/events/
H A Dwriteback.h14 {I_DIRTY_SYNC, "I_DIRTY_SYNC"}, \
/linux-master/fs/gfs2/
H A Dfile.c758 sync_state &= ~I_DIRTY_SYNC;
/linux-master/fs/ubifs/
H A Dfile.c1413 __mark_inode_dirty(inode, I_DIRTY_SYNC);
/linux-master/fs/xfs/
H A Dxfs_super.c682 * Only do the timestamp update if the inode is dirty (I_DIRTY_SYNC)
684 * in flags possibly together with I_DIRTY_SYNC.
686 if ((flags & ~I_DIRTY_TIME) != I_DIRTY_SYNC || !(flags & I_DIRTY_TIME))
/linux-master/fs/ceph/
H A Dcaps.c1839 dirty |= I_DIRTY_SYNC;

Completed in 527 milliseconds