Searched refs:ST_NOSUID (Results 1 – 5 of 5) sorted by relevance
84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */ enumerator85 #define ST_NOSUID ST_NOSUID macro
31 #define ST_NOSUID 0x0002 /* ignore suid and sgid bits */ macro
126 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()
21 flags |= ST_NOSUID; in flags_by_mnt()