Searched refs:ST_NODEV (Results 1 – 9 of 9) sorted by relevance
88 ST_NODEV = 4, /* Disallow access to device special files. */ enumerator89 # define ST_NODEV ST_NODEV macro
32 #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()
1794 #define ST_NODEV 19 macro