Lines Matching refs:nlmclnt_ops
165 const struct nlmclnt_operations *nlmclnt_ops = host->h_nlmclnt_ops;
171 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_alloc_call)
172 nlmclnt_ops->nlmclnt_alloc_call(data);
228 const struct nlmclnt_operations *nlmclnt_ops = call->a_host->h_nlmclnt_ops;
232 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_release_call)
233 nlmclnt_ops->nlmclnt_release_call(call->a_callback_data);
728 const struct nlmclnt_operations *nlmclnt_ops = req->a_host->h_nlmclnt_ops;
731 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_unlock_prepare)
732 defer_call = nlmclnt_ops->nlmclnt_unlock_prepare(task, req->a_callback_data);