Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmount.h28 #define MNT_NOATIME 0x08 macro
48 | MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME \
50 #define MNT_ATIME_MASK (MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME )
/linux-6.6.21/scripts/gdb/linux/
Dconstants.py.in79 LX_VALUE(MNT_NOATIME)
/linux-6.6.21/fs/
Dproc_namespace.c70 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
Dstatfs.c26 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
Dnamespace.c3635 mnt_flags |= MNT_NOATIME; in path_mount()
3639 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()
3967 mnt_flags |= MNT_NOATIME; in SYSCALL_DEFINE3()
4615 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()
4621 kattr->attr_set |= MNT_NOATIME; in build_mount_kattr()
Dinode.c1984 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
/linux-6.6.21/fs/overlayfs/
Dsuper.c570 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
1116 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()
/linux-6.6.21/fs/nfs/
Dinode.c871 if ((path->mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
/linux-6.6.21/fs/ocfs2/
Dfile.c230 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()