Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dhost.c140 host->h_rpcclnt = NULL; in nlm_alloc_host()
186 clnt = host->h_rpcclnt; in nlm_destroy_host_locked()
431 if ((clnt = host->h_rpcclnt) != NULL) { in nlm_bind_host()
474 host->h_rpcclnt = clnt; in nlm_bind_host()
492 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()
493 rpc_force_rebind(host->h_rpcclnt); in nlm_rebind_host()
610 if (host->h_rpcclnt) { in nlm_shutdown_hosts_net()
611 rpc_shutdown_client(host->h_rpcclnt); in nlm_shutdown_hosts_net()
612 host->h_rpcclnt = NULL; in nlm_shutdown_hosts_net()
Dmon.c201 if (host->h_rpcclnt) in nsm_monitor()
202 nodename = host->h_rpcclnt->cl_nodename; in nsm_monitor()
Dclntlock.c69 if (host->h_rpcclnt == NULL && nlm_bind_host(host) == NULL) in nlmclnt_init()
Dclntproc.c128 char *nodename = req->a_host->h_rpcclnt->cl_nodename; in nlmclnt_setlockargs()
/linux-4.1.27/include/linux/lockd/
Dlockd.h47 struct rpc_clnt *h_rpcclnt; /* RPC client to talk to peer */ member