Lines Matching refs:svc_export_cache
885 struct cache_detail *cd = nn->svc_export_cache; in exp_rootfh()
974 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_get_by_name()
1005 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_find()
1223 nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net); in nfsd_export_init()
1224 if (IS_ERR(nn->svc_export_cache)) in nfsd_export_init()
1225 return PTR_ERR(nn->svc_export_cache); in nfsd_export_init()
1226 rv = cache_register_net(nn->svc_export_cache, net); in nfsd_export_init()
1243 cache_unregister_net(nn->svc_export_cache, net); in nfsd_export_init()
1245 cache_destroy_net(nn->svc_export_cache, net); in nfsd_export_init()
1258 cache_purge(nn->svc_export_cache); in nfsd_export_flush()
1272 cache_unregister_net(nn->svc_export_cache, net); in nfsd_export_shutdown()
1274 cache_destroy_net(nn->svc_export_cache, net); in nfsd_export_shutdown()