Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dclntproc.c128 char *nodename = req->a_host->h_rpcclnt->cl_nodename; in nlmclnt_setlockargs()
210 call->a_host = nlm_get_host(host); in nlm_alloc_call()
223 const struct nlmclnt_operations *nlmclnt_ops = call->a_host->h_nlmclnt_ops; in nlmclnt_release_call()
229 nlmclnt_release_host(call->a_host); in nlmclnt_release_call()
261 struct nlm_host *host = req->a_host; in nlmclnt_call()
339 struct nlm_host *host = req->a_host; in __nlm_async_call()
514 struct nlm_host *host = req->a_host; in nlmclnt_lock()
626 req->a_host = host; in nlmclnt_reclaim()
661 struct nlm_host *host = req->a_host; in nlmclnt_unlock()
703 const struct nlmclnt_operations *nlmclnt_ops = req->a_host->h_nlmclnt_ops; in nlmclnt_unlock_prepare()
[all …]
Dsvcproc.c300 nlmsvc_release_host(call->a_host); in nlmsvc_release_call()
/Linux-v4.19/include/linux/lockd/
Dlockd.h142 struct nlm_host * a_host; /* host handle */ member