Searched refs:MNT_NOATIME (Results 1 – 9 of 9) sorted by relevance
28 #define MNT_NOATIME 0x08 macro47 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \49 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
51 LX_VALUE(MNT_NOATIME)
70 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
26 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
2752 mnt_flags |= MNT_NOATIME; in do_mount()2756 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in do_mount()
1698 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
993 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()1243 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_lower_layers()
806 if ((path->mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
246 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()