Searched refs:MNT_NOATIME (Results 1 – 9 of 9) sorted by relevance
30 #define MNT_NOATIME 0x08 macro50 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \52 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
61 LX_VALUE(MNT_NOATIME)
70 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
26 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
3191 mnt_flags |= MNT_NOATIME; in path_mount()3195 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()3506 mnt_flags |= MNT_NOATIME; in SYSCALL_DEFINE3()
1810 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
1173 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()1676 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()
837 if ((path->mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
232 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()