Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dauth.c312 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_unhash_cred()
339 auth->au_credcache = new; in rpcauth_init_credcache()
434 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_destroy_credcache()
437 auth->au_credcache = NULL; in rpcauth_destroy_credcache()
479 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_prune_expired()
552 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_lookup_credcache()
Dauth_unix.c45 rpcauth_clear_credcache(auth->au_credcache); in unx_destroy()
/Linux-v4.19/include/linux/sunrpc/
Dauth.h105 struct rpc_cred_cache * au_credcache; member