Searched refs:cr_ops (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth.c | 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() 709 cred->cr_ops->crdestroy(cred); in put_rpccred() 725 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_marshcred() 758 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_wrap_req() [all...] |
H A D | auth_null.c | 140 .cr_ops = &null_credops,
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth.c | 314 if (!cred->cr_ops->crstringify_acceptor) in rpcauth_stringify_acceptor() 316 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor() 527 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache() 546 if (!entry->cr_ops->crmatch(acred, entry, flags)) in rpcauth_lookup_credcache() 563 cred->cr_ops->cr_init != NULL && in rpcauth_lookup_credcache() 565 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache() 600 cred->cr_ops = ops; in rpcauth_init_cred() 710 cred->cr_ops->crdestroy(cred); in put_rpccred() 726 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_marshcred() 759 const struct rpc_credops *ops = task->tk_rqstp->rq_cred->cr_ops; in rpcauth_wrap_req() [all...] |
H A D | auth_null.c | 140 .cr_ops = &null_credops,
|
H A D | auth_tls.c | 172 .cr_ops = &tls_credops,
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | auth.h | 53 const struct rpc_credops *cr_ops; member
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | auth.h | 53 const struct rpc_credops *cr_ops; member
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | write.c | 1261 if (cred && !(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire() 1262 cred->cr_ops->crkey_timeout(cred))) in nfs_ctx_key_to_expire() 1274 } else if (new->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire() 1275 new->cr_ops->crkey_timeout(new)) in nfs_ctx_key_to_expire()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | write.c | 1241 if (cred && !cred->cr_ops->crmatch(&acred, cred, 0)) { in nfs_ctx_key_to_expire() 1251 return !!(cred->cr_ops->crkey_timeout && in nfs_ctx_key_to_expire() 1252 cred->cr_ops->crkey_timeout(cred)); in nfs_ctx_key_to_expire()
|
Completed in 14 milliseconds