Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmount.h27 #define MNT_NOATIME 0x08 macro
47 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \
49 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
/linux-5.19.10/scripts/gdb/linux/
Dconstants.py.in61 LX_VALUE(MNT_NOATIME)
/linux-5.19.10/fs/
Dproc_namespace.c70 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
Dstatfs.c26 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
Dnamespace.c3332 mnt_flags |= MNT_NOATIME; in path_mount()
3336 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()
3663 mnt_flags |= MNT_NOATIME; in SYSCALL_DEFINE3()
4301 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()
4307 kattr->attr_set |= MNT_NOATIME; in build_mount_kattr()
Dinode.c1901 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
/linux-5.19.10/fs/overlayfs/
Dsuper.c1228 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
1753 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()
/linux-5.19.10/fs/nfs/
Dinode.c873 if ((path->mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
/linux-5.19.10/fs/ocfs2/
Dfile.c230 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()