Searched refs:ST_NODEV (Results 1 – 4 of 4) sorted by relevance
31 #define ST_NODEV 0x0004 /* disallow access to device special files */ macro
125 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()135 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
21 flags |= ST_NODEV; in flags_by_mnt()
1338 #define ST_NODEV 19 macro