Lines Matching defs:nfsd
193 * Structures for the nfssvc(2) syscall. Not that anyone but mountd, nfsd and
203 struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */
355 * that require service by the nfsd.
483 * One of these structures is allocated for each nfsd.
485 struct nfsd {
486 struct rb_node nfsd_node; /* Tree of all nfsd's */
487 SLIST_ENTRY(nfsd) nfsd_idle; /* List of idle nfsd's */
558 extern SLIST_HEAD(nfsdidlehead, nfsd) nfsd_idle_head;