Home
last modified time | relevance | path

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

/linux-3.4.99/fs/lockd/
Dhost.c138 host->h_rpcclnt = NULL; in nlm_alloc_host()
186 clnt = host->h_rpcclnt; in nlm_destroy_host_locked()
430 if ((clnt = host->h_rpcclnt) != NULL) { in nlm_bind_host()
473 host->h_rpcclnt = clnt; in nlm_bind_host()
491 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()
492 rpc_force_rebind(host->h_rpcclnt); in nlm_rebind_host()
584 if (host->h_rpcclnt) { in nlm_shutdown_hosts_net()
585 rpc_shutdown_client(host->h_rpcclnt); in nlm_shutdown_hosts_net()
586 host->h_rpcclnt = NULL; in nlm_shutdown_hosts_net()
/linux-3.4.99/include/linux/lockd/
Dlockd.h47 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */ member