Home
last modified time | relevance | path

Searched refs:crmatch (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/sunrpc/
Dauth_null.c128 .crmatch = nul_match,
Dauth_unix.c229 .crmatch = unx_match,
Dauth.c579 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/
Dauth.h131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); member
/Linux-v5.4/net/sunrpc/auth_gss/
Dauth_gss.c2130 .crmatch = gss_match,
2144 .crmatch = gss_match,
/Linux-v5.4/fs/nfs/
Dwrite.c1263 if (cred && !cred->cr_ops->crmatch(&acred, cred, 0)) { in nfs_ctx_key_to_expire()