Home
last modified time | relevance | path

Searched refs:sunrpc_cache_lookup_rcu (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst100 cache with sunrpc_cache_lookup_rcu, and update the item
111 To find a value in a cache, call sunrpc_cache_lookup_rcu passing a pointer
132 The value returned by sunrpc_cache_lookup_rcu can also be passed to
/linux/fs/nfsd/
H A Dnfs4idmap.c277 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup()
442 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup()
H A Dexport.c299 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in svc_expkey_lookup()
1627 ch = sunrpc_cache_lookup_rcu(exp->cd, &exp->h, hash); in svc_export_lookup()
/linux/net/sunrpc/
H A Dsvcauth_unix.c301 ch = sunrpc_cache_lookup_rcu(cd, &ip.h, in __ip_map_lookup()
904 ch = sunrpc_cache_lookup_rcu(cd, &ug.h, unix_gid_hash(uid)); in unix_gid_lookup()
H A Dcache.c151 struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail, in sunrpc_cache_lookup_rcu() function
162 EXPORT_SYMBOL_GPL(sunrpc_cache_lookup_rcu);
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c326 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsi_lookup()
603 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsc_lookup()