Searched refs:sunrpc_cache_lookup_rcu (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 100 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-6.12.1/include/linux/sunrpc/ |
D | cache.h | 180 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
|
/linux-6.12.1/fs/nfsd/ |
D | nfs4idmap.c | 276 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup() 441 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup()
|
D | export.c | 292 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in svc_expkey_lookup() 916 ch = sunrpc_cache_lookup_rcu(exp->cd, &exp->h, hash); in svc_export_lookup()
|
/linux-6.12.1/net/sunrpc/ |
D | svcauth_unix.c | 298 ch = sunrpc_cache_lookup_rcu(cd, &ip.h, in __ip_map_lookup() 635 ch = sunrpc_cache_lookup_rcu(cd, &ug.h, unix_gid_hash(uid)); in unix_gid_lookup()
|
D | cache.c | 146 struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail, in sunrpc_cache_lookup_rcu() function 157 EXPORT_SYMBOL_GPL(sunrpc_cache_lookup_rcu);
|
/linux-6.12.1/fs/nfs/ |
D | dns_resolve.c | 207 ch = sunrpc_cache_lookup_rcu(cd, in nfs_dns_lookup()
|
/linux-6.12.1/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 326 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()
|