Home
last modified time | relevance | path

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

/openbmc/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.c1978 dirty_flags = inode->i_sb->s_flags & SB_LAZYTIME ? I_DIRTY_TIME : I_DIRTY_SYNC; in generic_update_time()
H A Dnamespace.c3667 SB_LAZYTIME | in path_mount()
/openbmc/linux/fs/fat/
H A Dmisc.c351 if (inode->i_sb->s_flags & SB_LAZYTIME) in fat_update_time()
/openbmc/linux/fs/f2fs/
H A Dsuper.c905 sb->s_flags |= SB_LAZYTIME; in parse_options()
908 sb->s_flags &= ~SB_LAZYTIME; in parse_options()
2156 sbi->sb->s_flags |= SB_LAZYTIME; in default_options()
2514 *flags = (*flags & ~SB_LAZYTIME) | (sb->s_flags & SB_LAZYTIME); in f2fs_remount()
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c1049 if (inode->i_sb->s_flags & SB_LAZYTIME) { in xfs_vn_update_time()
H A Dxfs_super.c679 if (!(inode->i_sb->s_flags & SB_LAZYTIME)) in xfs_fs_dirty_inode()
/openbmc/linux/include/linux/
H A Dfs.h1128 #define SB_LAZYTIME BIT(25) /* Update the on-disk [acm]times lazily */ macro
/openbmc/linux/fs/ext4/
H A Dinode.c5144 if (inode->i_sb->s_flags & SB_LAZYTIME) in ext4_do_update_inode()