Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dcache.h176 sunrpc_cache_lookup(struct cache_detail *detail,
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt87 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-4.1.27/fs/nfsd/
Dnfs4idmap.c270 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup()
428 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in nametoid_lookup()
Dexport.c267 ch = sunrpc_cache_lookup(cd, &item->h, hash); in svc_expkey_lookup()
781 ch = sunrpc_cache_lookup(exp->cd, &exp->h, hash); in svc_export_lookup()
/linux-4.1.27/net/sunrpc/
Dsvcauth_unix.c283 ch = sunrpc_cache_lookup(cd, &ip.h, in __ip_map_lookup()
621 ch = sunrpc_cache_lookup(cd, &ug.h, unix_gid_hash(uid)); in unix_gid_lookup()
Dcache.c54 struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, in sunrpc_cache_lookup() function
117 EXPORT_SYMBOL_GPL(sunrpc_cache_lookup);
/linux-4.1.27/fs/nfs/
Ddns_resolve.c197 ch = sunrpc_cache_lookup(cd, in nfs_dns_lookup()
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c285 ch = sunrpc_cache_lookup(cd, &item->h, hash); in rsi_lookup()
544 ch = sunrpc_cache_lookup(cd, &item->h, hash); in rsc_lookup()