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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dexport.h147 extern struct cache_detail svc_export_cache;
151 cache_put(&exp->h, &svc_export_cache);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c721 struct cache_detail svc_export_cache = { variable in typeref:struct:cache_detail
753 ch = sunrpc_cache_lookup(&svc_export_cache, &exp->h,
767 ch = sunrpc_cache_update(&svc_export_cache, &new->h,
865 err = cache_check(&svc_export_cache, &exp->h, reqp);
1095 svc_export_cache.nextcheck = get_seconds();
1355 __acquires(svc_export_cache.hash_lock)
1362 read_lock(&svc_export_cache.hash_lock);
1409 __releases(svc_export_cache.hash_lock)
1411 read_unlock(&svc_export_cache.hash_lock);
1516 if (cache_check(&svc_export_cache,
[all...]
H A Dnfsfh.c642 cache_put(&exp->h, &svc_export_cache);

Completed in 31 milliseconds