Home
last modified time | relevance | path

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

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