Searched refs:idtoname_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c185 static struct cache_detail idtoname_cache = { variable in typeref:struct:cache_detail
264 cache_put(&res->h, &idtoname_cache);
277 struct cache_head *ch = sunrpc_cache_lookup(&idtoname_cache,
289 struct cache_head *ch = sunrpc_cache_update(&idtoname_cache,
467 cache_register(&idtoname_cache);
474 if (cache_unregister(&idtoname_cache))
620 ret = idmap_lookup(rqstp, idtoname_lookup, &key, &idtoname_cache, &item);
628 cache_put(&item->h, &idtoname_cache);

Completed in 86 milliseconds