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 Dnamespace.c2427 if (flags & MNT_NOSUID) in lock_mnt_tree()
3252 !(mnt_flags & MNT_NOSUID)) in can_change_locked_flags()
4115 mnt_flags |= MNT_NOSUID; in path_mount()
4389 mnt_flags |= MNT_NOSUID; in attr_flags_to_mnt_flags()
5217 if (mnt_flags & MNT_NOSUID) in mnt_to_attr_flags()
6400 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()