Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/
Dstatfs.c24 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
Dproc_namespace.c67 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
Dnamespace.c2695 mnt_flags |= MNT_NOATIME; in do_mount()
2699 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in do_mount()
Dinode.c1618 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
/linux-4.4.14/fs/nfs/
Dinode.c673 if ((mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
/linux-4.4.14/fs/ocfs2/
Dfile.c244 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1059 if (mnt->mnt_flags & (MNT_NOATIME | MNT_READONLY)) in file_is_noatime()