Lines Matching refs:nlmclnt_ops
162 const struct nlmclnt_operations *nlmclnt_ops = host->h_nlmclnt_ops;
168 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_alloc_call)
169 nlmclnt_ops->nlmclnt_alloc_call(data);
225 const struct nlmclnt_operations *nlmclnt_ops = call->a_host->h_nlmclnt_ops;
229 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_release_call)
230 nlmclnt_ops->nlmclnt_release_call(call->a_callback_data);
705 const struct nlmclnt_operations *nlmclnt_ops = req->a_host->h_nlmclnt_ops;
708 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_unlock_prepare)
709 defer_call = nlmclnt_ops->nlmclnt_unlock_prepare(task, req->a_callback_data);