Searched refs:cr_ops (Results 1 – 4 of 4) sorted by relevance
317 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor()319 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor()530 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()549 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache()566 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache()568 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache()603 cred->cr_ops = ops; in rpcauth_init_cred()713 cred->cr_ops->crdestroy(cred); in put_rpccred()820 if (!cred || !cred->cr_ops->crneed_reencode) in rpcauth_xmit_need_reencode()822 return cred->cr_ops->crneed_reencode(task); in rpcauth_xmit_need_reencode()[all …]
140 .cr_ops = &null_credops,
53 const struct rpc_credops *cr_ops; member
1256 if (cred && !(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()1257 cred->cr_ops->crkey_timeout(cred))) in nfs_ctx_key_to_expire()1269 } else if (new->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire()1270 new->cr_ops->crkey_timeout(new)) in nfs_ctx_key_to_expire()
Completed in 10 milliseconds