Searched refs:h_rpcclnt (Results 1 – 4 of 4) sorted by relevance
142 host->h_rpcclnt = NULL; in nlm_alloc_host()190 clnt = host->h_rpcclnt; in nlm_destroy_host_locked()441 if ((clnt = host->h_rpcclnt) != NULL) { in nlm_bind_host()481 host->h_rpcclnt = clnt; in nlm_bind_host()506 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()507 rpc_force_rebind(host->h_rpcclnt); in nlm_rebind_host()628 if (host->h_rpcclnt) { in nlm_shutdown_hosts_net()629 rpc_shutdown_client(host->h_rpcclnt); in nlm_shutdown_hosts_net()630 host->h_rpcclnt = NULL; in nlm_shutdown_hosts_net()
70 if (host->h_rpcclnt == NULL && nlm_bind_host(host) == NULL) in nlmclnt_init()
130 char *nodename = req->a_host->h_rpcclnt->cl_nodename; in nlmclnt_setlockargs()
47 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */ member