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

/linux-4.1.27/include/trace/events/
H A Dwriteback.h13 {I_DIRTY_SYNC, "I_DIRTY_SYNC"}, \
/linux-4.1.27/fs/nilfs2/
H A Dnilfs.h293 return __nilfs_mark_inode_dirty(inode, I_DIRTY_SYNC); nilfs_mark_inode_dirty_sync()
/linux-4.1.27/fs/
H A Dfs-writeback.c522 if ((dirty & (I_DIRTY_SYNC | I_DIRTY_DATASYNC)) || __writeback_single_inode()
1227 * @flags: what kind of dirty (i.e. I_DIRTY_SYNC)
1248 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC) __mark_inode_dirty()
1261 if (flags & (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_TIME)) { __mark_inode_dirty()
H A Dinode.c1559 iflags |= I_DIRTY_SYNC; generic_update_time()
/linux-4.1.27/fs/fat/
H A Dfatent.c315 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); mark_fsinfo_dirty()
/linux-4.1.27/include/linux/
H A Dfs.h1776 * Three bits determine the dirty state of the inode, I_DIRTY_SYNC,
1785 * I_DIRTY_SYNC Inode is dirty, but doesn't have to be written on
1788 * these changes separately from I_DIRTY_SYNC so that we
1826 #define I_DIRTY_SYNC (1 << 0) macro
1844 #define I_DIRTY (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_PAGES)
1855 __mark_inode_dirty(inode, I_DIRTY_SYNC); mark_inode_dirty_sync()
/linux-4.1.27/fs/ntfs/
H A Dmft.c383 * NOTE: We only set I_DIRTY_SYNC and I_DIRTY_DATASYNC (and not I_DIRTY_PAGES)
392 * I_DIRTY_SYNC, since the file data has not actually hit the block device yet,
393 * which is not what I_DIRTY_SYNC on its own would suggest.
409 __mark_inode_dirty(VFS_I(base_ni), I_DIRTY_SYNC | I_DIRTY_DATASYNC); __mark_mft_record_dirty()
/linux-4.1.27/fs/gfs2/
H A Dfile.c669 sync_state &= ~(I_DIRTY_SYNC | I_DIRTY_TIME); gfs2_fsync()
H A Dsuper.c785 if (!(flags & (I_DIRTY_DATASYNC|I_DIRTY_SYNC))) gfs2_dirty_inode()
/linux-4.1.27/fs/ext4/
H A Dinode.c4389 I_DIRTY_SYNC | I_DIRTY_DATASYNC)) || other_inode_match()
4394 I_DIRTY_SYNC | I_DIRTY_DATASYNC)) == 0) && other_inode_match()
5147 * I_DIRTY_TIME and I_DIRTY_SYNC is set, the only inode fields we need
/linux-4.1.27/fs/ubifs/
H A Dfile.c1245 __mark_inode_dirty(inode, I_DIRTY_SYNC | I_DIRTY_DATASYNC); do_setattr()
/linux-4.1.27/fs/fuse/
H A Ddir.c1676 /* FIXME: clear I_DIRTY_SYNC? */ fuse_do_setattr()
/linux-4.1.27/fs/ceph/
H A Dcaps.c1430 dirty |= I_DIRTY_SYNC; __ceph_mark_dirty_caps()

Completed in 300 milliseconds