Home
last modified time | relevance | path

Searched refs:h_rpcclnt (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/lockd/
Dhost.c135 host->h_rpcclnt = NULL; in nlm_alloc_host()
182 clnt = host->h_rpcclnt; in nlm_destroy_host_locked()
439 if ((clnt = host->h_rpcclnt) != NULL) { in nlm_bind_host()
482 host->h_rpcclnt = clnt; in nlm_bind_host()
500 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()
501 rpc_force_rebind(host->h_rpcclnt); in nlm_rebind_host()
595 if (host->h_rpcclnt) { in nlm_shutdown_hosts()
596 rpc_shutdown_client(host->h_rpcclnt); in nlm_shutdown_hosts()
597 host->h_rpcclnt = NULL; in nlm_shutdown_hosts()
/linux-2.6.39/include/linux/lockd/
Dlockd.h47 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */ member