Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dstatfs.h30 #define ST_NOSUID 0x0002 /* ignore suid and sgid bits */ macro
/linux-4.1.27/tools/testing/selftests/mount/
Dunprivileged-remount-test.c125 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()
133 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
/linux-4.1.27/fs/
Dstatfs.c19 flags |= ST_NOSUID; in flags_by_mnt()