Lines Matching refs:svc_export_cache
1007 struct cache_detail *cd = nn->svc_export_cache;
1124 struct cache_detail *cd = nn->svc_export_cache;
1155 struct cache_detail *cd = nn->svc_export_cache;
1380 nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net);
1381 if (IS_ERR(nn->svc_export_cache))
1382 return PTR_ERR(nn->svc_export_cache);
1383 rv = cache_register_net(nn->svc_export_cache, net);
1400 cache_unregister_net(nn->svc_export_cache, net);
1402 cache_destroy_net(nn->svc_export_cache, net);
1415 cache_purge(nn->svc_export_cache);
1429 cache_unregister_net(nn->svc_export_cache, net);
1431 cache_destroy_net(nn->svc_export_cache, net);