Searched refs:MNT_NOATIME (Results 1 – 8 of 8) sorted by relevance
27 #define MNT_NOATIME 0x08 macro46 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \48 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
24 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
66 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
2686 mnt_flags |= MNT_NOATIME; in do_mount()2690 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in do_mount()
1600 if (mnt->mnt_flags & MNT_NOATIME) in touch_atime()
667 if ((mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
240 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()
1068 if (mnt->mnt_flags & (MNT_NOATIME | MNT_READONLY)) in file_is_noatime()