svc_export_cache  900 fs/nfsd/export.c 	struct cache_detail	*cd = nn->svc_export_cache;
svc_export_cache  999 fs/nfsd/export.c 	struct cache_detail *cd = nn->svc_export_cache;
svc_export_cache 1030 fs/nfsd/export.c 	struct cache_detail *cd = nn->svc_export_cache;
svc_export_cache 1251 fs/nfsd/export.c 	nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net);
svc_export_cache 1252 fs/nfsd/export.c 	if (IS_ERR(nn->svc_export_cache))
svc_export_cache 1253 fs/nfsd/export.c 		return PTR_ERR(nn->svc_export_cache);
svc_export_cache 1254 fs/nfsd/export.c 	rv = cache_register_net(nn->svc_export_cache, net);
svc_export_cache 1271 fs/nfsd/export.c 	cache_unregister_net(nn->svc_export_cache, net);
svc_export_cache 1273 fs/nfsd/export.c 	cache_destroy_net(nn->svc_export_cache, net);
svc_export_cache 1286 fs/nfsd/export.c 	cache_purge(nn->svc_export_cache);
svc_export_cache 1300 fs/nfsd/export.c 	cache_unregister_net(nn->svc_export_cache, net);
svc_export_cache 1302 fs/nfsd/export.c 	cache_destroy_net(nn->svc_export_cache, net);
svc_export_cache   36 fs/nfsd/netns.h 	struct cache_detail *svc_export_cache;
svc_export_cache  151 fs/nfsd/nfsctl.c 	seq->private = nn->svc_export_cache;