Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h27 MNT_NODEV = 0x02, enumerator
49 MNT_USER_SETTABLE_MASK = MNT_NOSUID | MNT_NODEV | MNT_NOEXEC
/linux/scripts/gdb/linux/
H A Dconstants.py.in78 LX_GDBPARSED(MNT_NODEV)
/linux/fs/
H A Dstatfs.c22 if (mnt_flags & MNT_NODEV) in flags_by_mnt()
H A Dnamei.c4171 return !(path->mnt->mnt_flags & MNT_NODEV) && in may_open_dev()