Searched refs:h_rpcclnt (Results 1 – 5 of 5) sorted by relevance
141 host->h_rpcclnt = NULL; in nlm_alloc_host()189 clnt = host->h_rpcclnt; in nlm_destroy_host_locked()440 if ((clnt = host->h_rpcclnt) != NULL) { in nlm_bind_host()480 host->h_rpcclnt = clnt; in nlm_bind_host()505 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()506 rpc_force_rebind(host->h_rpcclnt); in nlm_rebind_host()627 if (host->h_rpcclnt) { in nlm_shutdown_hosts_net()628 rpc_shutdown_client(host->h_rpcclnt); in nlm_shutdown_hosts_net()629 host->h_rpcclnt = NULL; in nlm_shutdown_hosts_net()
61 if (host->h_rpcclnt == NULL && nlm_bind_host(host) == NULL) in nlmclnt_init()98 return host->h_rpcclnt; in nlmclnt_rpc_clnt()
133 char *nodename = req->a_host->h_rpcclnt->cl_nodename; in nlmclnt_setlockargs()
49 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */ member
268 shutdown_client(server->nlm_host->h_rpcclnt); in shutdown_store()