Home
last modified time | relevance | path

Searched refs:nlmclnt_ops (Results 1 – 4 of 4) sorted by relevance

/linux/fs/lockd/
H A Dclntproc.c166 const struct nlmclnt_operations *nlmclnt_ops = host->h_nlmclnt_ops; in nlmclnt_proc() local
172 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_alloc_call) in nlmclnt_proc()
173 nlmclnt_ops->nlmclnt_alloc_call(data); in nlmclnt_proc()
229 const struct nlmclnt_operations *nlmclnt_ops = call->a_host->h_nlmclnt_ops; in nlmclnt_release_call() local
233 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_release_call) in nlmclnt_release_call()
234 nlmclnt_ops->nlmclnt_release_call(call->a_callback_data); in nlmclnt_release_call()
736 const struct nlmclnt_operations *nlmclnt_ops = req->a_host->h_nlmclnt_ops; in nlmclnt_unlock_prepare() local
739 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_unlock_prepare) in nlmclnt_unlock_prepare()
740 defer_call = nlmclnt_ops->nlmclnt_unlock_prepare(task, req->a_callback_data); in nlmclnt_unlock_prepare()
/linux/include/linux/lockd/
H A Dbind.h49 const struct nlmclnt_operations *nlmclnt_ops; member
/linux/fs/nfs/
H A Dclient.c613 .nlmclnt_ops = clp->cl_nfs_mod->rpc_ops->nlmclnt_ops, in nfs_start_lockd()
/linux/include/linux/
H A Dnfs_xdr.h1792 const struct nlmclnt_operations *nlmclnt_ops; member