Searched refs:I_DIRTY_SYNC (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/include/trace/events/ |
H A D | writeback.h | 13 {I_DIRTY_SYNC, "I_DIRTY_SYNC"}, \
|
/linux-4.1.27/fs/nilfs2/ |
H A D | nilfs.h | 293 return __nilfs_mark_inode_dirty(inode, I_DIRTY_SYNC); nilfs_mark_inode_dirty_sync()
|
/linux-4.1.27/fs/ |
H A D | fs-writeback.c | 522 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 D | inode.c | 1559 iflags |= I_DIRTY_SYNC; generic_update_time()
|
/linux-4.1.27/fs/fat/ |
H A D | fatent.c | 315 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); mark_fsinfo_dirty()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1776 * 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 D | mft.c | 383 * 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 D | file.c | 669 sync_state &= ~(I_DIRTY_SYNC | I_DIRTY_TIME); gfs2_fsync()
|
H A D | super.c | 785 if (!(flags & (I_DIRTY_DATASYNC|I_DIRTY_SYNC))) gfs2_dirty_inode()
|
/linux-4.1.27/fs/ext4/ |
H A D | inode.c | 4389 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 D | file.c | 1245 __mark_inode_dirty(inode, I_DIRTY_SYNC | I_DIRTY_DATASYNC); do_setattr()
|
/linux-4.1.27/fs/fuse/ |
H A D | dir.c | 1676 /* FIXME: clear I_DIRTY_SYNC? */ fuse_do_setattr()
|
/linux-4.1.27/fs/ceph/ |
H A D | caps.c | 1430 dirty |= I_DIRTY_SYNC; __ceph_mark_dirty_caps()
|
Completed in 300 milliseconds