Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/nfs/
Drpc-cache.txt87 cache with sunrpc_cache_lookup_rcu, and update the item
98 To find a value in a cache, call sunrpc_cache_lookup_rcu passing a pointer
119 The value returned by sunrpc_cache_lookup_rcu can also be passed to
/Linux-v5.4/include/linux/sunrpc/
Dcache.h170 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
/Linux-v5.4/fs/nfsd/
Dnfs4idmap.c268 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup()
426 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup()
Dexport.c281 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in svc_expkey_lookup()
796 ch = sunrpc_cache_lookup_rcu(exp->cd, &exp->h, hash); in svc_export_lookup()
/Linux-v5.4/net/sunrpc/
Dsvcauth_unix.c291 ch = sunrpc_cache_lookup_rcu(cd, &ip.h, in __ip_map_lookup()
631 ch = sunrpc_cache_lookup_rcu(cd, &ug.h, unix_gid_hash(uid)); in unix_gid_lookup()
Dcache.c133 struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail, in sunrpc_cache_lookup_rcu() function
144 EXPORT_SYMBOL_GPL(sunrpc_cache_lookup_rcu);
/Linux-v5.4/fs/nfs/
Ddns_resolve.c208 ch = sunrpc_cache_lookup_rcu(cd, in nfs_dns_lookup()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c295 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsi_lookup()
566 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsc_lookup()