Lines Matching defs:nfsd
3 * Central processing for nfsd.
27 #include "nfsd.h"
38 static int nfsd(void *vrqstp);
64 * nn->keep_active is set). That number of nfsd threads must
72 * accessed when nfsd starts and that are settable via the write_* routines in
110 .pg_class = "nfsd",
142 .pg_name = "nfsd", /* program name */
143 .pg_class = "nfsd", /* authentication class */
276 * Maximum number of nfsd processes
575 pr_info("nfsd: last server has exited, flushing export cache\n");
652 /* Kill outstanding nfsd threads */
661 return kthread_func(current) == nfsd;
678 serv = svc_create_pooled(&nfsd_program, nfsd_max_blksize, nfsd);
795 dprintk("nfsd: creating service\n");
936 nfsd(void *vrqstp)
947 printk("Unable to start nfsd thread: out of memory\n");