Searched refs:svc_expkey_cache (Results 1 – 2 of 2) sorted by relevance
/linux/fs/nfsd/ |
A D | export.c | 1024 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find() 1029 cache_put(&ek->h, nn->svc_expkey_cache); in exp_find() 1345 nn->svc_expkey_cache = cache_create_net(&svc_expkey_cache_template, net); in nfsd_export_init() 1346 if (IS_ERR(nn->svc_expkey_cache)) { in nfsd_export_init() 1347 rv = PTR_ERR(nn->svc_expkey_cache); in nfsd_export_init() 1350 rv = cache_register_net(nn->svc_expkey_cache, net); in nfsd_export_init() 1356 cache_destroy_net(nn->svc_expkey_cache, net); in nfsd_export_init() 1372 cache_purge(nn->svc_expkey_cache); in nfsd_export_flush() 1386 cache_unregister_net(nn->svc_expkey_cache, net); in nfsd_export_shutdown() 1388 cache_destroy_net(nn->svc_expkey_cache, net); in nfsd_export_shutdown()
|
A D | netns.h | 44 struct cache_detail *svc_expkey_cache; member
|
Completed in 8 milliseconds