Home
last modified time | relevance | path

Searched refs:MS_LAZYTIME (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfs.h93 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro
105 MS_LAZYTIME)
/linux-4.1.27/fs/
Dproc_namespace.c47 { MS_LAZYTIME, ",lazytime" }, in show_sb_opts()
Dinode.c1558 if (!(inode->i_sb->s_flags & MS_LAZYTIME) || (flags & S_VERSION)) in generic_update_time()
/linux-4.1.27/fs/ext4/
Dsuper.c1471 sb->s_flags |= MS_LAZYTIME; in handle_mount_opt()
1474 sb->s_flags &= ~MS_LAZYTIME; in handle_mount_opt()
4976 if (*flags & MS_LAZYTIME) in ext4_remount()
4977 sb->s_flags |= MS_LAZYTIME; in ext4_remount()
5104 *flags = (*flags & ~MS_LAZYTIME) | (sb->s_flags & MS_LAZYTIME); in ext4_remount()
Dinode.c4552 if (inode->i_sb->s_flags & MS_LAZYTIME) in ext4_do_update_inode()