Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dauth.h161 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dauth.c517 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, in rpcauth_lookup_credcache() function
578 EXPORT_SYMBOL_GPL(rpcauth_lookup_credcache);
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c1344 return rpcauth_lookup_credcache(auth, acred, flags, GFP_NOFS); in gss_lookup_cred()