Home
last modified time | relevance | path

Searched refs:a_host (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/lockd/
Dclntproc.c128 char *nodename = req->a_host->h_rpcclnt->cl_nodename; in nlmclnt_setlockargs()
204 call->a_host = nlm_get_host(host); in nlm_alloc_call()
219 nlmclnt_release_host(call->a_host); in nlmclnt_release_call()
251 struct nlm_host *host = req->a_host; in nlmclnt_call()
329 struct nlm_host *host = req->a_host; in __nlm_async_call()
504 struct nlm_host *host = req->a_host; in nlmclnt_lock()
616 req->a_host = host; in nlmclnt_reclaim()
651 struct nlm_host *host = req->a_host; in nlmclnt_unlock()
717 nlm_rebind_host(req->a_host); in nlmclnt_unlock_callback()
795 nlm_rebind_host(req->a_host); in nlmclnt_cancel_callback()
Dsvcproc.c268 nlmsvc_release_host(call->a_host); in nlmsvc_release_call()
/linux-4.4.14/include/linux/lockd/
Dlockd.h139 struct nlm_host * a_host; /* host handle */ member