Searched refs:crmatch (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/net/sunrpc/ |
D | auth_null.c | 128 .crmatch = nul_match,
|
D | auth_unix.c | 229 .crmatch = unx_match,
|
D | auth.c | 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()
|
/Linux-v5.4/include/linux/sunrpc/ |
D | auth.h | 131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | auth_gss.c | 2130 .crmatch = gss_match, 2144 .crmatch = gss_match,
|
/Linux-v5.4/fs/nfs/ |
D | write.c | 1263 if (cred && !cred->cr_ops->crmatch(&acred, cred, 0)) { in nfs_ctx_key_to_expire()
|