Searched refs:rpcauth_lookup_credcache (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/sunrpc/ |
D | auth_generic.c | 44 return rpcauth_lookup_credcache(&generic_auth, acred, flags, gfp); in rpc_lookup_generic_cred() 95 return rpcauth_lookup_credcache(&generic_auth, acred, flags, GFP_KERNEL); in generic_lookup_cred()
|
D | auth_unix.c | 62 return rpcauth_lookup_credcache(auth, acred, flags, GFP_NOFS); in unx_lookup_cred()
|
D | auth.c | 548 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() function 621 EXPORT_SYMBOL_GPL(rpcauth_lookup_credcache);
|
/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 186 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1350 return rpcauth_lookup_credcache(auth, acred, flags, GFP_NOFS); in gss_lookup_cred()
|