MNT_RELATIME     1631 fs/inode.c     	if (!(mnt->mnt_flags & MNT_RELATIME))
MNT_RELATIME     3095 fs/namespace.c 		mnt_flags |= MNT_RELATIME;
MNT_RELATIME     3109 fs/namespace.c 		mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME);
MNT_RELATIME     3416 fs/namespace.c 		mnt_flags |= MNT_RELATIME;
MNT_RELATIME      236 fs/ocfs2/file.c 	if (vfsmnt->mnt_flags & MNT_RELATIME) {
MNT_RELATIME     1060 fs/overlayfs/super.c 	upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME);
MNT_RELATIME       72 fs/proc_namespace.c 		{ MNT_RELATIME, ",relatime" },
MNT_RELATIME       30 fs/statfs.c    	if (mnt_flags & MNT_RELATIME)
MNT_RELATIME       48 include/linux/mount.h 				 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \
MNT_RELATIME       50 include/linux/mount.h #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )