Home
last modified time | relevance | path

Searched refs:MNT_RELATIME (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dmount.h30 #define MNT_RELATIME 0x20 macro
48 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \
50 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
/linux/scripts/gdb/linux/
H A Dconstants.py.in81 LX_VALUE(MNT_RELATIME)
/linux/fs/
H A Dproc_namespace.c72 { MNT_RELATIME, ",relatime" }, in show_mnt_opts()
H A Dstatfs.c30 if (mnt_flags & MNT_RELATIME) in flags_by_mnt()
H A Dnamespace.c3631 mnt_flags |= MNT_RELATIME; in path_mount()
3645 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()
3973 mnt_flags |= MNT_RELATIME; in SYSCALL_DEFINE3()
4617 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()
4620 kattr->attr_set |= MNT_RELATIME; in build_mount_kattr()
4744 else if (mnt_flags & MNT_RELATIME) in mnt_to_attr_flags()
H A Dinode.c1808 if (!(mnt->mnt_flags & MNT_RELATIME)) in relatime_need_update()
/linux/fs/overlayfs/
H A Dsuper.c510 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
/linux/fs/ocfs2/
H A Dfile.c234 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()