Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dauth.c313 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_unhash_cred()
340 auth->au_credcache = new; in rpcauth_init_credcache()
433 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_destroy_credcache()
436 auth->au_credcache = NULL; in rpcauth_destroy_credcache()
476 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_prune_expired()
549 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_lookup_credcache()
Dauth_unix.c48 rpcauth_clear_credcache(auth->au_credcache); in unx_destroy()
/linux-4.1.27/include/linux/sunrpc/
Dauth.h95 struct rpc_cred_cache * au_credcache; member