Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/scripts/gdb/linux/
H A Dconstants.py.in79 LX_VALUE(MNT_NOATIME)
/linux/fs/
H A Dproc_namespace.c70 { MNT_NOATIME, ",noatime" }, in show_mnt_opts()
H A Dstatfs.c26 if (mnt_flags & MNT_NOATIME) in flags_by_mnt()
H A Dnamespace.c3641 mnt_flags |= MNT_NOATIME; in path_mount()
3645 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()
3970 mnt_flags |= MNT_NOATIME; in SYSCALL_DEFINE3()
4617 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()
4623 kattr->attr_set |= MNT_NOATIME; in build_mount_kattr()
4742 if (mnt_flags & MNT_NOATIME) in mnt_to_attr_flags()
H A Dinode.c1953 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
/linux/fs/overlayfs/
H A Dsuper.c510 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
1061 mnt->mnt_flags |= MNT_READONLY | MNT_NOATIME; in ovl_get_layers()
/linux/fs/nfs/
H A Dinode.c871 if ((path->mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
/linux/fs/ocfs2/
H A Dfile.c230 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()