Home
last modified time | relevance | path

Searched refs:MNT_NODEV (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dmount.h26 #define MNT_NODEV 0x02 macro
46 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/Linux-v4.19/scripts/gdb/linux/
Dconstants.py.in49 LX_VALUE(MNT_NODEV)
/Linux-v4.19/fs/
Dproc_namespace.c68 { MNT_NODEV, ",nodev" }, in show_mnt_opts()
Dstatfs.c22 if (mnt_flags & MNT_NODEV) in flags_by_mnt()
Dnamespace.c1025 if (mnt->mnt.mnt_flags & MNT_NODEV) in clone_mnt()
2252 !(mnt_flags & MNT_NODEV)) { in do_remount()
2748 mnt_flags |= MNT_NODEV; in do_mount()
Dnamei.c2942 return !(path->mnt->mnt_flags & MNT_NODEV) && in may_open_dev()