Searched refs:sunrpc_cache_lookup_rcu (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | cache.h | 176 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | cache.h | 180 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4idmap.c | 275 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup() 440 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup()
|
H A D | export.c | 292 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in svc_expkey_lookup() 815 ch = sunrpc_cache_lookup_rcu(exp->cd, &exp->h, hash); in svc_export_lookup()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A 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()
|
H A D | export.c | 292 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in svc_expkey_lookup() 899 ch = sunrpc_cache_lookup_rcu(exp->cd, &exp->h, hash); in svc_export_lookup()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svcauth_unix.c | 296 ch = sunrpc_cache_lookup_rcu(cd, &ip.h, in __ip_map_lookup() 642 ch = sunrpc_cache_lookup_rcu(cd, &ug.h, unix_gid_hash(uid)); in unix_gid_lookup()
|
H A D | cache.c | 144 struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail, in sunrpc_cache_lookup_rcu() function 155 EXPORT_SYMBOL_GPL(sunrpc_cache_lookup_rcu); variable
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | dns_resolve.c | 208 ch = sunrpc_cache_lookup_rcu(cd, in nfs_dns_lookup()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | dns_resolve.c | 207 ch = sunrpc_cache_lookup_rcu(cd, in nfs_dns_lookup()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A 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()
|
H A 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); variable
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 300 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsi_lookup() 577 ch = sunrpc_cache_lookup_rcu(cd, &item->h, hash); in rsc_lookup()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A 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()
|
Completed in 21 milliseconds