Searched refs:MNT_NOATIME (Results 1 – 9 of 9) sorted by relevance
29 #define MNT_NOATIME 0x08 macro49 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \51 #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()
3192 mnt_flags |= MNT_NOATIME; in path_mount()3196 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()3507 mnt_flags |= MNT_NOATIME; in SYSCALL_DEFINE3()
1812 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
1154 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()1657 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()