Home
last modified time | relevance | path

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

/linux-6.15/fs/fat/
H A Dmisc.c354 dirty_flags |= I_DIRTY_SYNC; in fat_update_time()
H A Dfatent.c316 __mark_inode_dirty(sbi->fsinfo_inode, I_DIRTY_SYNC); in mark_fsinfo_dirty()
/linux-6.15/fs/nilfs2/
H A Dnilfs.h320 return __nilfs_mark_inode_dirty(inode, I_DIRTY_SYNC); in nilfs_mark_inode_dirty_sync()
/linux-6.15/include/trace/events/
H A Dwriteback.h14 {I_DIRTY_SYNC, "I_DIRTY_SYNC"}, \
/linux-6.15/fs/
H A Dinode.c2061 dirty_flags = inode->i_sb->s_flags & SB_LAZYTIME ? I_DIRTY_TIME : I_DIRTY_SYNC; in generic_update_time()
2063 dirty_flags |= I_DIRTY_SYNC; in generic_update_time()
/linux-6.15/include/linux/
H A Dfs.h2522 #define I_DIRTY_SYNC (1 << 3) macro
2538 #define I_DIRTY_INODE (I_DIRTY_SYNC | I_DIRTY_DATASYNC)
2550 __mark_inode_dirty(inode, I_DIRTY_SYNC); in mark_inode_dirty_sync()
/linux-6.15/fs/ubifs/
H A Dfile.c1388 __mark_inode_dirty(inode, I_DIRTY_SYNC); in ubifs_update_time()
/linux-6.15/fs/gfs2/
H A Dfile.c760 sync_state &= ~I_DIRTY_SYNC; in gfs2_fsync()
/linux-6.15/fs/xfs/
H A Dxfs_super.c709 if ((flags & ~I_DIRTY_TIME) != I_DIRTY_SYNC || !(flags & I_DIRTY_TIME)) in xfs_fs_dirty_inode()
/linux-6.15/fs/ceph/
H A Dcaps.c1826 dirty |= I_DIRTY_SYNC; in __ceph_mark_dirty_caps()