Home
last modified time | relevance | path

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

/openbmc/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 )
/openbmc/linux/scripts/gdb/linux/
H A Dconstants.py.in79 LX_VALUE(MNT_NOATIME)
/openbmc/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.c3643 mnt_flags |= MNT_NOATIME; in path_mount()
3647 mnt_flags &= ~(MNT_RELATIME | MNT_NOATIME); in path_mount()
3975 mnt_flags |= MNT_NOATIME; in SYSCALL_DEFINE3()
4623 kattr->attr_clr |= MNT_RELATIME | MNT_NOATIME; in build_mount_kattr()
4629 kattr->attr_set |= MNT_NOATIME; in build_mount_kattr()
H A Dinode.c2023 if (mnt->mnt_flags & MNT_NOATIME) in atime_needs_update()
/openbmc/linux/fs/overlayfs/
H A 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()
/openbmc/linux/fs/nfs/
H A Dinode.c874 if ((path->mnt->mnt_flags & MNT_NOATIME) || in nfs_getattr()
/openbmc/linux/fs/ocfs2/
H A Dfile.c230 if ((vfsmnt->mnt_flags & MNT_NOATIME) || in ocfs2_should_update_atime()