Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dproc_namespace.c51 { SB_LAZYTIME, ",lazytime" }, in show_sb_opts()
Dinode.c1653 !(inode->i_sb->s_flags & SB_LAZYTIME)) in generic_update_time()
Dnamespace.c2812 SB_LAZYTIME | in do_mount()
/linux-4.19.296/fs/f2fs/
Dsuper.c620 sb->s_flags |= SB_LAZYTIME; in parse_options()
623 sb->s_flags &= ~SB_LAZYTIME; in parse_options()
1405 sbi->sb->s_flags |= SB_LAZYTIME; in default_options()
1563 *flags = (*flags & ~SB_LAZYTIME) | (sb->s_flags & SB_LAZYTIME); in f2fs_remount()
/linux-4.19.296/fs/xfs/
Dxfs_iops.c1095 if (inode->i_sb->s_flags & SB_LAZYTIME) { in xfs_vn_update_time()
Dxfs_super.c982 if (!(inode->i_sb->s_flags & SB_LAZYTIME)) in xfs_fs_dirty_inode()
/linux-4.19.296/fs/ext4/
Dsuper.c1801 sb->s_flags |= SB_LAZYTIME; in handle_mount_opt()
1804 sb->s_flags &= ~SB_LAZYTIME; in handle_mount_opt()
5314 vfs_flags = SB_LAZYTIME | SB_I_VERSION; in ext4_remount()
Dinode.c5429 if (inode->i_sb->s_flags & SB_LAZYTIME) in ext4_do_update_inode()
/linux-4.19.296/include/linux/
Dfs.h1324 #define SB_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro