Home
last modified time | relevance | path

Searched refs:cr_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/sunrpc/
Dauth.c366 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()
368 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()
579 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
598 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()
615 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()
617 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()
652 cred->cr_ops = ops; in rpcauth_init_cred()
758 cred->cr_ops->crdestroy(cred); in put_rpccred()
774 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_marshcred()
807 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_wrap_req()
[all …]
Dauth_null.c140 .cr_ops = &null_credops,
/Linux-v5.4/include/linux/sunrpc/
Dauth.h55 const struct rpc_credops *cr_ops; member
/Linux-v5.4/fs/nfs/
Dwrite.c1263 if (cred && !cred->cr_ops->crmatch(&acred, cred, 0)) { in nfs_ctx_key_to_expire()
1273 return !!(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()
1274 cred->cr_ops->crkey_timeout(cred)); in nfs_ctx_key_to_expire()