Lines Matching defs:nfsd
208 /* Lock out other nfsd threads */
401 "nfsd clp", 10 * hz);
508 * for the case of Confirm, lock out the nfsd threads.
701 /* Lock out other nfsd threads */
766 * First, lock out the nfsd so that state won't change while the
1097 * no nfsd thread can acquire an exclusive lock on it before this
1141 * by an nfsd sometime soon.
1186 * there are no other active nfsd threads.
2518 printf("Nfsd: openctrl unexpected restart err=%d\n",
2536 * by other nfsd processes if this process does a tsleep(), one of
2542 * nfsd. This should only be used for rare cases, since it
2543 * essentially single threads the nfsd.
2560 * nfsv4_lock() has blocked the nfsd threads. The
2582 printf("Nfsd: openctrl unexpected state err=%d\n",
2611 printf("Nfsd openctrl unexpected getlockfile err=%d\n",
2648 printf("Nfsd openctrl unexpected expiry\n");
2721 printf("nfsd openctrl unexpected client cnfl\n");
2766 printf("Nfsd openctrl unexpected deleg cnfl\n");
3766 panic("nfsd srv update unlock");
4087 struct nfsrv_descript nfsd, *nd = &nfsd;
4210 * after the nfsd threads have been terminated
4428 * Read in the stable storage file. Called by nfssvc() before the nfsd
4963 * Since all other nfsd threads are now blocked, we can safely
5355 * a while and throws them away. Called by an nfsd when NFSNSF_NOOPENS
5762 printf("nfsd unload: fnd a lock file struct\n");
6074 * Free up all backchannel xprts. This needs to be done when the nfsd threads
6076 * This is only called after all the nfsd threads are done performing RPCs,