Lines Matching refs:cr_ops
314 if (!cred->cr_ops->crstringify_acceptor)
316 return cred->cr_ops->crstringify_acceptor(cred);
527 if (!entry->cr_ops->crmatch(acred, entry, flags))
546 if (!entry->cr_ops->crmatch(acred, entry, flags))
563 cred->cr_ops->cr_init != NULL &&
565 int res = cred->cr_ops->cr_init(auth, cred);
600 cred->cr_ops = ops;
710 cred->cr_ops->crdestroy(cred);
726 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
759 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
781 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
812 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
822 if (!cred || !cred->cr_ops->crneed_reencode)
824 return cred->cr_ops->crneed_reencode(task);
841 err = cred->cr_ops->crrefresh(task);