Searched defs:nfsmount (Results 1 – 1 of 1) sorted by relevance
57 struct nfsmount { struct60 TAILQ_ENTRY(nfsmount) nm_entry; /* entry in nfsmountq */ argument61 struct mtx nm_rxlock; /* receive socket lock */62 struct mtx nm_txlock; /* send socket lock */63 thread_t nm_rxthread;64 thread_t nm_txthread;65 enum nfssvc_state nm_rxstate;66 enum nfssvc_state nm_txstate;67 struct mount *nm_mountp; /* Vfs structure for this filesystem */68 struct malloc_type *nm_mnode_obj; /* kmalloc store for nfsnode */[all …]