Searched refs:nlmclnt_ops (Results 1 – 6 of 6) sorted by relevance
162 const struct nlmclnt_operations *nlmclnt_ops = host->h_nlmclnt_ops; in nlmclnt_proc() local168 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_alloc_call) in nlmclnt_proc()169 nlmclnt_ops->nlmclnt_alloc_call(data); in nlmclnt_proc()225 const struct nlmclnt_operations *nlmclnt_ops = call->a_host->h_nlmclnt_ops; in nlmclnt_release_call() local229 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_release_call) in nlmclnt_release_call()230 nlmclnt_ops->nlmclnt_release_call(call->a_callback_data); in nlmclnt_release_call()705 const struct nlmclnt_operations *nlmclnt_ops = req->a_host->h_nlmclnt_ops; in nlmclnt_unlock_prepare() local708 if (nlmclnt_ops && nlmclnt_ops->nlmclnt_unlock_prepare) in nlmclnt_unlock_prepare()709 defer_call = nlmclnt_ops->nlmclnt_unlock_prepare(task, req->a_callback_data); in nlmclnt_unlock_prepare()
73 host->h_nlmclnt_ops = nlm_init->nlmclnt_ops; in nlmclnt_init()
49 const struct nlmclnt_operations *nlmclnt_ops; member
569 .nlmclnt_ops = clp->cl_nfs_mod->rpc_ops->nlmclnt_ops, in nfs_start_lockd()
1023 .nlmclnt_ops = &nlmclnt_fl_close_lock_ops,
1739 const struct nlmclnt_operations *nlmclnt_ops; member