Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dclntproc.c160 const struct nlmclnt_operations *nlmclnt_ops = host->h_nlmclnt_ops; in nlmclnt_proc() local
166 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_alloc_call) in nlmclnt_proc()
167 nlmclnt_ops->nlmclnt_alloc_call(data); in nlmclnt_proc()
223 const struct nlmclnt_operations *nlmclnt_ops = call->a_host->h_nlmclnt_ops; in nlmclnt_release_call() local
227 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_release_call) in nlmclnt_release_call()
228 nlmclnt_ops->nlmclnt_release_call(call->a_callback_data); in nlmclnt_release_call()
703 const struct nlmclnt_operations *nlmclnt_ops = req->a_host->h_nlmclnt_ops; in nlmclnt_unlock_prepare() local
706 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_unlock_prepare) in nlmclnt_unlock_prepare()
707 defer_call = nlmclnt_ops->nlmclnt_unlock_prepare(task, req->a_callback_data); in nlmclnt_unlock_prepare()
Dclntlock.c72 host->h_nlmclnt_ops = nlm_init->nlmclnt_ops; in nlmclnt_init()
/Linux-v4.19/include/linux/lockd/
Dbind.h48 const struct nlmclnt_operations *nlmclnt_ops; member
/Linux-v4.19/fs/nfs/
Dclient.c559 .nlmclnt_ops = clp->cl_nfs_mod->rpc_ops->nlmclnt_ops, in nfs_start_lockd()
Dnfs3proc.c958 .nlmclnt_ops = &nlmclnt_fl_close_lock_ops,
/Linux-v4.19/include/linux/
Dnfs_xdr.h1590 const struct nlmclnt_operations *nlmclnt_ops; member