Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmount.h26 #define MNT_NOSUID 0x01 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/Linux-v5.4/scripts/gdb/linux/
Dconstants.py.in58 LX_VALUE(MNT_NOSUID)
/Linux-v5.4/fs/
Dproc_namespace.c67 { MNT_NOSUID, ",nosuid" }, in show_mnt_opts()
Dstatfs.c20 if (mnt_flags & MNT_NOSUID) in flags_by_mnt()
Dnamespace.c1916 if (flags & MNT_NOSUID) in lock_mnt_tree()
2429 !(mnt_flags & MNT_NOSUID)) in can_change_locked_flags()
3099 mnt_flags |= MNT_NOSUID; in do_mount()
3401 mnt_flags |= MNT_NOSUID; in SYSCALL_DEFINE3()
3939 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()