Searched refs:sunrpc_cache_lookup (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 87 cache with sunrpc_cache_lookup, and update the item 98 To find a value in a cache, call sunrpc_cache_lookup passing a pointer 119 The value returned by sunrpc_cache_lookup can also be passed to
|
/Linux-v4.19/include/linux/sunrpc/ |
D | cache.h | 171 sunrpc_cache_lookup(struct cache_detail *detail,
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4idmap.c | 267 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup() 425 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in nametoid_lookup()
|
D | export.c | 268 ch = sunrpc_cache_lookup(cd, &item->h, hash); in svc_expkey_lookup() 783 ch = sunrpc_cache_lookup(exp->cd, &exp->h, hash); in svc_export_lookup()
|
/Linux-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 283 ch = sunrpc_cache_lookup(cd, &ip.h, in __ip_map_lookup() 622 ch = sunrpc_cache_lookup(cd, &ug.h, unix_gid_hash(uid)); in unix_gid_lookup()
|
D | cache.c | 57 struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, in sunrpc_cache_lookup() function 117 EXPORT_SYMBOL_GPL(sunrpc_cache_lookup);
|
/Linux-v4.19/fs/nfs/ |
D | dns_resolve.c | 198 ch = sunrpc_cache_lookup(cd, in nfs_dns_lookup()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 285 ch = sunrpc_cache_lookup(cd, &item->h, hash); in rsi_lookup() 545 ch = sunrpc_cache_lookup(cd, &item->h, hash); in rsc_lookup()
|