Home
last modified time | relevance | path

Searched refs:SB_LAZYTIME (Results 1 – 9 of 9) sorted by relevance

/linux/fs/
H A Dfs_context.c43 { "lazytime", SB_LAZYTIME },
52 { "nolazytime", SB_LAZYTIME },
H A Dproc_namespace.c51 { SB_LAZYTIME, ",lazytime" }, in show_sb_opts()
H A Dinode.c2109 dirty_flags = inode->i_sb->s_flags & SB_LAZYTIME ? I_DIRTY_TIME : I_DIRTY_SYNC; in generic_update_time()
H A Dnamespace.c3824 SB_LAZYTIME | in path_mount()
4929 s->sm.sb_flags = sb->s_flags & (SB_RDONLY|SB_SYNCHRONOUS|SB_DIRSYNC|SB_LAZYTIME); in statmount_sb_basic()
/linux/fs/fat/
H A Dmisc.c351 if (inode->i_sb->s_flags & SB_LAZYTIME) in fat_update_time()
/linux/fs/xfs/
H A Dxfs_iops.c1092 if (inode->i_sb->s_flags & SB_LAZYTIME) { in xfs_vn_update_time()
H A Dxfs_super.c684 if (!(inode->i_sb->s_flags & SB_LAZYTIME)) in xfs_fs_dirty_inode()
/linux/include/linux/
H A Dfs.h1189 #define SB_LAZYTIME BIT(25) /* Update the on-disk [acm]times lazily */ macro
/linux/fs/ext4/
H A Dinode.c5157 if (inode->i_sb->s_flags & SB_LAZYTIME) in ext4_do_update_inode()