Lines Matching defs:server
6 * between client and server implementation. The only reason to
54 const int server; /* search for server|client */
109 * Allocate and initialize an nlm_host. Common to both client and server.
147 host->h_server = ni->server;
201 * nlmclnt_lookup_host - Find an NLM host handle matching a remote server
202 * @sap: network address of server
203 * @salen: length of server address
206 * @hostname: '\0'-terminated hostname of server
212 * [server address, transport protocol, NLM version, server hostname].
226 .server = 0,
339 .server = 1,
408 * nlmsvc_release_host - release server nlm_host
418 dprintk("lockd: release server host %s\n", host->h_name);
468 * lockd retries server side blocks automatically so we want
642 * Note that this routine is called only at server shutdown time.