Searched refs:I_DIRTY_SYNC (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | misc.c | 346 iflags |= I_DIRTY_SYNC; in fat_update_time()
|
H A D | fatent.c | 315 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); in mark_fsinfo_dirty()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | nilfs.h | 287 return __nilfs_mark_inode_dirty(inode, I_DIRTY_SYNC); in nilfs_mark_inode_dirty_sync()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | misc.c | 354 dirty_flags |= I_DIRTY_SYNC; in fat_update_time()
|
H A D | fatent.c | 316 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); in mark_fsinfo_dirty()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | nilfs.h | 292 return __nilfs_mark_inode_dirty(inode, I_DIRTY_SYNC); in nilfs_mark_inode_dirty_sync()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2150 * Three bits determine the dirty state of the inode, I_DIRTY_SYNC, 2159 * I_DIRTY_SYNC Inode is dirty, but doesn't have to be written on 2162 * these changes separately from I_DIRTY_SYNC so that we 2219 #define I_DIRTY_SYNC (1 << 0) macro 2242 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC) 2254 __mark_inode_dirty(inode, I_DIRTY_SYNC); in mark_inode_dirty_sync()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2192 * Four bits determine the dirty state of the inode: I_DIRTY_SYNC, 2201 * I_DIRTY_SYNC Inode is dirty, but doesn't have to be written on 2205 * these changes separately from I_DIRTY_SYNC so that we 2211 * separately from I_DIRTY_SYNC in order to implement 2213 * (I_DIRTY_SYNC and/or I_DIRTY_DATASYNC) gets set. But 2214 * I_DIRTY_TIME can still be set if I_DIRTY_SYNC is already 2269 #define I_DIRTY_SYNC (1 << 0) macro 2291 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC) 2303 __mark_inode_dirty(inode, I_DIRTY_SYNC); in mark_inode_dirty_sync()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | writeback.h | 14 {I_DIRTY_SYNC, "I_DIRTY_SYNC"}, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | writeback.h | 14 {I_DIRTY_SYNC, "I_DIRTY_SYNC"}, \
|
/kernel/linux/linux-6.6/fs/ |
H A D | inode.c | 1935 dirty_flags = inode->i_sb->s_flags & SB_LAZYTIME ? I_DIRTY_TIME : I_DIRTY_SYNC; in generic_update_time() 1937 dirty_flags |= I_DIRTY_SYNC; in generic_update_time()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | file.c | 766 sync_state &= ~(I_DIRTY_SYNC | I_DIRTY_TIME); in gfs2_fsync()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | file.c | 1397 __mark_inode_dirty(inode, I_DIRTY_SYNC); in ubifs_update_time()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | file.c | 758 sync_state &= ~I_DIRTY_SYNC; in gfs2_fsync()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | file.c | 1396 __mark_inode_dirty(inode, I_DIRTY_SYNC); in ubifs_update_time()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_super.c | 679 if (flag != I_DIRTY_SYNC || !(inode->i_state & I_DIRTY_TIME)) in xfs_fs_dirty_inode()
|
/kernel/linux/linux-5.10/fs/ |
H A D | inode.c | 1843 iflags |= I_DIRTY_SYNC; in generic_update_time()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_super.c | 683 * Only do the timestamp update if the inode is dirty (I_DIRTY_SYNC) in xfs_fs_dirty_inode() 685 * in flags possibly together with I_DIRTY_SYNC. in xfs_fs_dirty_inode() 687 if ((flags & ~I_DIRTY_TIME) != I_DIRTY_SYNC || !(flags & I_DIRTY_TIME)) in xfs_fs_dirty_inode()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 1747 dirty |= I_DIRTY_SYNC; in __ceph_mark_dirty_caps()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 1791 dirty |= I_DIRTY_SYNC; in __ceph_mark_dirty_caps()
|
Completed in 51 milliseconds