Searched refs:MNT_NOATIME (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmount.h27 #define MNT_NOATIME 0x08 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.c24 if (mnt_flags & MNT_NOATIME) flags_by_mnt()
H A Dproc_namespace.c66 { MNT_NOATIME, ",noatime" }, show_mnt_opts()
H A Dnamespace.c2686 mnt_flags |= MNT_NOATIME; do_mount()
2690 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); do_mount()
H A Dinode.c1600 if (mnt->mnt_flags & MNT_NOATIME) touch_atime()
/linux-4.1.27/fs/ocfs2/
H A Dfile.c240 if ((vfsmnt->mnt_flags & MNT_NOATIME) || ocfs2_should_update_atime()
/linux-4.1.27/fs/nfs/
H A Dinode.c667 if ((mnt->mnt_flags & MNT_NOATIME) || nfs_getattr()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dfile.c1068 if (mnt->mnt_flags & (MNT_NOATIME | MNT_READONLY)) file_is_noatime()

Completed in 420 milliseconds