Home
last modified time | relevance | path

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

/linux-5.19.10/fs/lockd/
Dclntproc.c162 const struct nlmclnt_operations *nlmclnt_ops = host->h_nlmclnt_ops; in nlmclnt_proc()
225 const struct nlmclnt_operations *nlmclnt_ops = call->a_host->h_nlmclnt_ops; in nlmclnt_release_call()
705 const struct nlmclnt_operations *nlmclnt_ops = req->a_host->h_nlmclnt_ops; in nlmclnt_unlock_prepare()
Dclntlock.c73 host->h_nlmclnt_ops = nlm_init->nlmclnt_ops; in nlmclnt_init()
/linux-5.19.10/include/linux/lockd/
Dlockd.h75 const struct nlmclnt_operations *h_nlmclnt_ops; /* Callback ops for NLM users */ member