Home
last modified time | relevance | path

Searched defs:netfs_status (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dmount.h498 struct netfs_status { struct
499 u_int32_t ns_status; // Current status of mount (vfsquery flags)
500 char ns_mountopts[512]; // Significant mount options
501 uint32_t ns_waittime; // Time waiting for reply (sec)
502 uint32_t ns_threadcount; // Number of threads blocked on network calls
503 uint64_t ns_threadids[0]; // Thread IDs of those blocked threads