Home
last modified time | relevance | path

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

/fs/nfsd/
Dexport.c878 struct cache_detail *cd = nn->svc_export_cache; in exp_rootfh()
967 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_get_by_name()
998 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_find()
1282 nn->svc_export_cache = cache_create_net(&svc_export_cache_template, net); in nfsd_export_init()
1283 if (IS_ERR(nn->svc_export_cache)) in nfsd_export_init()
1284 return PTR_ERR(nn->svc_export_cache); in nfsd_export_init()
1285 rv = cache_register_net(nn->svc_export_cache, net); in nfsd_export_init()
1302 cache_unregister_net(nn->svc_export_cache, net); in nfsd_export_init()
1304 cache_destroy_net(nn->svc_export_cache, net); in nfsd_export_init()
1317 cache_purge(nn->svc_export_cache); in nfsd_export_flush()
[all …]
Dnetns.h49 struct cache_detail *svc_export_cache; member
Dnfsctl.c146 seq->private = nn->svc_export_cache; in exports_net_open()