Home
last modified time | relevance | path

Searched refs:ST_NOSUID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dstatfs.h32 #define ST_NOSUID 0x0002 /* ignore suid and sgid bits */ macro
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
134 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
/openbmc/linux/fs/
H A Dstatfs.c21 flags |= ST_NOSUID; in flags_by_mnt()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c250 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
258 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()