Home
last modified time | relevance | path

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

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