Searched refs:MNT_RELATIME (Results 1 – 8 of 8) sorted by relevance
31 #define MNT_RELATIME 0x20 macro49 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \51 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
63 LX_VALUE(MNT_RELATIME)
72 { MNT_RELATIME, ",relatime" }, in show_mnt_opts()
30 if (mnt_flags & MNT_RELATIME) in flags_by_mnt()
3270 mnt_flags |= MNT_RELATIME; in path_mount()3284 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()3614 mnt_flags |= MNT_RELATIME; in SYSCALL_DEFINE3()4199 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()4202 kattr->attr_set |= MNT_RELATIME; in build_mount_kattr()
1730 if (!(mnt->mnt_flags & MNT_RELATIME)) in relatime_need_update()
1221 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
234 if (vfsmnt->mnt_flags & MNT_RELATIME) { in ocfs2_should_update_atime()