Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmount.h25 #define MNT_NOSUID 0x01 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux/scripts/gdb/linux/
A Dconstants.py.in76 LX_VALUE(MNT_NOSUID)
/linux/fs/
A Dproc_namespace.c67 { MNT_NOSUID, ",nosuid" }, in show_vfsmnt_opts()
A Dstatfs.c20 if (mnt_flags & MNT_NOSUID) in flags_by_mnt()
A Dnamespace.c2314 if (flags & MNT_NOSUID) in lock_mnt_tree()
2909 !(mnt_flags & MNT_NOSUID)) in can_change_locked_flags()
3790 mnt_flags |= MNT_NOSUID; in path_mount()
4085 mnt_flags |= MNT_NOSUID; in attr_flags_to_mnt_flags()
4894 if (mnt_flags & MNT_NOSUID) in mnt_to_attr_flags()
5722 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()

Completed in 18 milliseconds