Searched refs:ST_NODEV (Results 1 – 8 of 8) sorted by relevance
33 #define ST_NODEV 0x0004 /* disallow access to device special files */ macro
126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \ in read_mnt_flags()136 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
53 #define ST_NODEV 0x04 macro
79 { ST_NODEV, "Device not found" },
23 flags |= ST_NODEV; in flags_by_mnt()
129 status = ST_NODEV; in recv_request_import()
256 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()266 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
1795 #define ST_NODEV 19 macro