Searched refs:MNT_RELATIME (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmount.h29 #define MNT_RELATIME 0x20 macro
46 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \
48 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
/linux-4.1.27/fs/
H A Dstatfs.c28 if (mnt_flags & MNT_RELATIME) flags_by_mnt()
H A Dproc_namespace.c68 { MNT_RELATIME, ",relatime" }, show_mnt_opts()
H A Dnamespace.c2676 mnt_flags |= MNT_RELATIME; do_mount()
2690 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); do_mount()
H A Dinode.c1520 if (!(mnt->mnt_flags & MNT_RELATIME)) relatime_need_update()
/linux-4.1.27/fs/ocfs2/
H A Dfile.c244 if (vfsmnt->mnt_flags & MNT_RELATIME) { ocfs2_should_update_atime()

Completed in 329 milliseconds