Lines Matching refs:svc_export_cache
923 struct cache_detail *cd = nn->svc_export_cache;
1022 struct cache_detail *cd = nn->svc_export_cache;
1053 struct cache_detail *cd = nn->svc_export_cache;
1274 nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net);
1275 if (IS_ERR(nn->svc_export_cache))
1276 return PTR_ERR(nn->svc_export_cache);
1277 rv = cache_register_net(nn->svc_export_cache, net);
1294 cache_unregister_net(nn->svc_export_cache, net);
1296 cache_destroy_net(nn->svc_export_cache, net);
1309 cache_purge(nn->svc_export_cache);
1323 cache_unregister_net(nn->svc_export_cache, net);
1325 cache_destroy_net(nn->svc_export_cache, net);