Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dexport.c1024 struct cache_detail *cd = nn->svc_export_cache; in exp_rootfh()
1161 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_get_by_name()
1209 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_find()
1435 if (IS_ERR(nn->svc_export_cache)) in nfsd_export_init()
1436 return PTR_ERR(nn->svc_export_cache); in nfsd_export_init()
1437 rv = cache_register_net(nn->svc_export_cache, net); in nfsd_export_init()
1454 cache_unregister_net(nn->svc_export_cache, net); in nfsd_export_init()
1456 cache_destroy_net(nn->svc_export_cache, net); in nfsd_export_init()
1469 cache_purge(nn->svc_export_cache); in nfsd_export_flush()
1483 cache_unregister_net(nn->svc_export_cache, net); in nfsd_export_shutdown()
[all …]
A Dnetns.h62 struct cache_detail *svc_export_cache; member
A Dnfsctl.c154 seq->private = nn->svc_export_cache; in exports_net_open()

Completed in 16 milliseconds