Home
last modified time | relevance | path

Searched refs:MNT_NODIRATIME (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/gdb/linux/
H A Dconstants.py.in81 LX_GDBPARSED(MNT_NODIRATIME)
/linux/fs/
H A Dproc_namespace.c71 { MNT_NODIRATIME, ",nodiratime" }, in show_vfsmnt_opts()
H A Dnamespace.c4087 mnt_flags |= MNT_NODIRATIME; in path_mount()
4381 mnt_flags |= MNT_NODIRATIME; in attr_flags_to_mnt_flags()
5257 if (mnt_flags & MNT_NODIRATIME) in mnt_to_attr_flags()
/linux/fs/overlayfs/
H A Dsuper.c522 upper_mnt->mnt_flags &= ~(MNT_NOATIME | MNT_NODIRATIME | MNT_RELATIME); in ovl_get_upper()
/linux/fs/nfs/
H A Dinode.c1015 ((path->mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in nfs_getattr()