Home
last modified time | relevance | path

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

/linux/fs/
A Dfs_context.c43 { "lazytime", SB_LAZYTIME },
52 { "nolazytime", SB_LAZYTIME },
A Dproc_namespace.c51 { SB_LAZYTIME, ",lazytime" }, in show_sb_opts()
A Dinode.c1773 if (inode->i_sb->s_flags & SB_LAZYTIME) in generic_update_time()
A Dnamespace.c3304 SB_LAZYTIME | in path_mount()
/linux/fs/fat/
A Dmisc.c342 if (inode->i_sb->s_flags & SB_LAZYTIME) in fat_update_time()
/linux/fs/f2fs/
A Dsuper.c865 sb->s_flags |= SB_LAZYTIME; in parse_options()
868 sb->s_flags &= ~SB_LAZYTIME; in parse_options()
2014 sbi->sb->s_flags |= SB_LAZYTIME; in default_options()
2347 *flags = (*flags & ~SB_LAZYTIME) | (sb->s_flags & SB_LAZYTIME); in f2fs_remount()
/linux/fs/xfs/
A Dxfs_iops.c1120 if (inode->i_sb->s_flags & SB_LAZYTIME) { in xfs_vn_update_time()
A Dxfs_super.c652 if (!(inode->i_sb->s_flags & SB_LAZYTIME)) in xfs_fs_dirty_inode()
/linux/fs/ext4/
A Dsuper.c2140 sb->s_flags |= SB_LAZYTIME; in handle_mount_opt()
2143 sb->s_flags &= ~SB_LAZYTIME; in handle_mount_opt()
5786 vfs_flags = SB_LAZYTIME | SB_I_VERSION; in ext4_remount()
A Dinode.c5101 if (inode->i_sb->s_flags & SB_LAZYTIME) in ext4_do_update_inode()
/linux/include/linux/
A Dfs.h1405 #define SB_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro

Completed in 56 milliseconds