Home
last modified time | relevance | path

Searched refs:MNT_NOSUID (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmount.h26 MNT_NOSUID = 0x01, enumerator
49 MNT_USER_SETTABLE_MASK = MNT_NOSUID | MNT_NODEV | MNT_NOEXEC
/linux/scripts/gdb/linux/
H A Dconstants.py.in77 LX_GDBPARSED(MNT_NOSUID)
/linux/fs/
H A Dstatfs.c20 if (mnt_flags & MNT_NOSUID) in flags_by_mnt()