Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dcache.h242 extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);
/openbmc/linux/net/sunrpc/
H A Dcache.c1906 void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h) in sunrpc_cache_unhash() function
1916 EXPORT_SYMBOL_GPL(sunrpc_cache_unhash);
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1695 sunrpc_cache_unhash(sn->rsc_cache, &rsci->h); in svcauth_gss_accept()