rpcauth_lookup_credcache  139 include/linux/sunrpc/auth.h struct rpc_cred *	rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
rpcauth_lookup_credcache   77 net/sunrpc/auth_generic.c 	return rpcauth_lookup_credcache(&generic_auth, acred, flags);
rpcauth_lookup_credcache  781 net/sunrpc/auth_gss/auth_gss.c 	return rpcauth_lookup_credcache(auth, acred, flags);
rpcauth_lookup_credcache   56 net/sunrpc/auth_unix.c 	return rpcauth_lookup_credcache(auth, acred, flags);