Searched refs:MNT_RELATIME (Results 1 – 5 of 5) sorted by relevance
31 MNT_RELATIME = 0x20, enumerator50 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME52 MNT_ATIME_MASK = MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME,
82 LX_GDBPARSED(MNT_RELATIME)
4106 mnt_flags |= MNT_RELATIME; in path_mount()4120 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()4461 mnt_flags |= MNT_RELATIME; in SYSCALL_DEFINE3()5069 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()5072 kattr->attr_set |= MNT_RELATIME; in build_mount_kattr()5260 else if (mnt_flags & MNT_RELATIME) in mnt_to_attr_flags()
531 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
235 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()