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