Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmount.h29 #define MNT_NOATIME 0x08 macro
48 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \
50 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
/Linux-v5.4/scripts/gdb/linux/
Dconstants.py.in61 LX_VALUE(MNT_NOATIME)
/Linux-v5.4/fs/
Dproc_namespace.c70 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
Dstatfs.c26 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
Dnamespace.c3105 mnt_flags |= MNT_NOATIME; in do_mount()
3109 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in do_mount()
3413 mnt_flags |= MNT_NOATIME; in SYSCALL_DEFINE3()
Dinode.c1714 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
/Linux-v5.4/fs/overlayfs/
Dsuper.c1060 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
1359 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_lower_layers()
/Linux-v5.4/fs/nfs/
Dinode.c810 if ((path->mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
/Linux-v5.4/fs/ocfs2/
Dfile.c232 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()