Searched defs:netfs_status (Results 1 – 1 of 1) sorted by relevance
496 struct netfs_status { struct497 u_int32_t ns_status; // Current status of mount (vfsquery flags)498 char ns_mountopts[512]; // Significant mount options499 uint32_t ns_waittime; // Time waiting for reply (sec)500 uint32_t ns_threadcount; // Number of threads blocked on network calls501 uint64_t ns_threadids[0]; // Thread IDs of those blocked threads