Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dstatfs.h31 #define ST_NOSUID 0x0002 /* ignore suid and sgid bits */ macro
/Linux-v5.10/tools/testing/selftests/mount/
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()
/Linux-v5.10/fs/
Dstatfs.c21 flags |= ST_NOSUID; in flags_by_mnt()