Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmount.h25 #define MNT_NOSUID 0x01 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-6.6.21/scripts/gdb/linux/
Dconstants.py.in76 LX_VALUE(MNT_NOSUID)
/linux-6.6.21/fs/
Dproc_namespace.c67 { MNT_NOSUID, ",nosuid" }, in show_mnt_opts()
Dstatfs.c20 if (mnt_flags & MNT_NOSUID) in flags_by_mnt()
Dnamespace.c2165 if (flags & MNT_NOSUID) in lock_mnt_tree()
2757 !(mnt_flags & MNT_NOSUID)) in can_change_locked_flags()
3629 mnt_flags |= MNT_NOSUID; in path_mount()
3923 mnt_flags |= MNT_NOSUID; in attr_flags_to_mnt_flags()
4934 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()