cr_ops 1272 fs/nfs/write.c if (cred && !cred->cr_ops->crmatch(&acred, cred, 0)) { cr_ops 1282 fs/nfs/write.c return !!(cred->cr_ops->crkey_timeout && cr_ops 1283 fs/nfs/write.c cred->cr_ops->crkey_timeout(cred)); cr_ops 55 include/linux/sunrpc/auth.h const struct rpc_credops *cr_ops; cr_ops 366 net/sunrpc/auth.c if (!cred->cr_ops->crstringify_acceptor) cr_ops 368 net/sunrpc/auth.c return cred->cr_ops->crstringify_acceptor(cred); cr_ops 579 net/sunrpc/auth.c if (!entry->cr_ops->crmatch(acred, entry, flags)) cr_ops 598 net/sunrpc/auth.c if (!entry->cr_ops->crmatch(acred, entry, flags)) cr_ops 615 net/sunrpc/auth.c cred->cr_ops->cr_init != NULL && cr_ops 617 net/sunrpc/auth.c int res = cred->cr_ops->cr_init(auth, cred); cr_ops 652 net/sunrpc/auth.c cred->cr_ops = ops; cr_ops 758 net/sunrpc/auth.c cred->cr_ops->crdestroy(cred); cr_ops 774 net/sunrpc/auth.c const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; cr_ops 807 net/sunrpc/auth.c const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; cr_ops 824 net/sunrpc/auth.c const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; cr_ops 855 net/sunrpc/auth.c const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; cr_ops 865 net/sunrpc/auth.c if (!cred || !cred->cr_ops->crneed_reencode) cr_ops 867 net/sunrpc/auth.c return cred->cr_ops->crneed_reencode(task); cr_ops 884 net/sunrpc/auth.c err = cred->cr_ops->crrefresh(task); cr_ops 140 net/sunrpc/auth_null.c .cr_ops = &null_credops,