Searched refs:crmatch (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth_null.c | 128 .crmatch = nul_match,
|
H A D | auth_unix.c | 229 .crmatch = unx_match,
|
H A D | auth.c | 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()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth_null.c | 128 .crmatch = nul_match,
|
H A D | auth_tls.c | 161 .crmatch = tls_match,
|
H A D | auth_unix.c | 237 .crmatch = unx_match,
|
H A D | auth.c | 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()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | auth.h | 129 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | auth.h | 131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 2174 .crmatch = gss_match, 2188 .crmatch = gss_match,
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | auth_gss.c | 2194 .crmatch = gss_match, 2208 .crmatch = gss_match,
|
/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()
|
Completed in 15 milliseconds