Home
last modified time | relevance | path

Searched refs:rpcauth_lookup_credcache (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dauth_generic.c44 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()
Dauth_unix.c62 return rpcauth_lookup_credcache(auth, acred, flags, GFP_NOFS); in unx_lookup_cred()
Dauth.c548 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/
Dauth.h186 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1350 return rpcauth_lookup_credcache(auth, acred, flags, GFP_NOFS); in gss_lookup_cred()