Lines Matching refs:lockd
3 * linux/fs/lockd/svc.c
5 * This is the central lockd service.
7 * FIXME: Separate the lockd NFS server functionality from the lockd NFS
40 #include <linux/lockd/lockd.h>
132 * This is the lockd kernel thread
135 lockd(void *vrqstp)
145 /* Allow SIGKILL to tell lockd to drop all of its locks */
176 dprintk("lockd: request from %s\n",
220 * Ensure there are active UDP and TCP listeners for lockd.
400 nlmsvc_task = kthread_create(lockd, nlmsvc_rqst, "%s", serv->sv_name);
468 * Bring up the lockd process if it's not already up.
508 * Decrement the user count and bring down lockd if we're the last.
525 printk(KERN_ERR "lockd_down: no lockd running.\n");
813 .pg_name = "lockd", /* service name */