Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/ !
H A Dconstants.py.in82 LX_GDBPARSED(MNT_RELATIME)
/linux/fs/ !
H A Dproc_namespace.c72 { MNT_RELATIME, ",relatime" }, in show_vfsmnt_opts()
H A Dnamespace.c4075 mnt_flags |= MNT_RELATIME; in path_mount()
4089 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()
4421 mnt_flags |= MNT_RELATIME; in SYSCALL_DEFINE3()
5065 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()
5068 kattr->attr_set |= MNT_RELATIME; in build_mount_kattr()
5264 else if (mnt_flags & MNT_RELATIME) in mnt_to_attr_flags()
/linux/fs/overlayfs/ !
H A Dsuper.c522 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()