Lines Matching refs:cr_ops
317 if (!cred->cr_ops->crstringify_acceptor)
319 return cred->cr_ops->crstringify_acceptor(cred);
530 if (!entry->cr_ops->crmatch(acred, entry, flags))
549 if (!entry->cr_ops->crmatch(acred, entry, flags))
566 cred->cr_ops->cr_init != NULL &&
568 int res = cred->cr_ops->cr_init(auth, cred);
603 cred->cr_ops = ops;
709 cred->cr_ops->crdestroy(cred);
725 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
758 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
775 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
806 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops;
816 if (!cred || !cred->cr_ops->crneed_reencode)
818 return cred->cr_ops->crneed_reencode(task);
835 err = cred->cr_ops->crrefresh(task);