Home
last modified time | relevance | path

Searched refs:svc_expkey_cache (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.c964 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
969 cache_put(&ek->h, nn->svc_expkey_cache); in exp_find()
1281 nn->svc_expkey_cache = cache_create_net(&svc_expkey_cache_template, net); in nfsd_export_init()
1282 if (IS_ERR(nn->svc_expkey_cache)) { in nfsd_export_init()
1283 rv = PTR_ERR(nn->svc_expkey_cache); in nfsd_export_init()
1286 rv = cache_register_net(nn->svc_expkey_cache, net); in nfsd_export_init()
1292 cache_destroy_net(nn->svc_expkey_cache, net); in nfsd_export_init()
1308 cache_purge(nn->svc_expkey_cache); in nfsd_export_flush()
1322 cache_unregister_net(nn->svc_expkey_cache, net); in nfsd_export_shutdown()
1324 cache_destroy_net(nn->svc_expkey_cache, ne in nfsd_export_shutdown()
[all...]
H A Dnetns.h35 struct cache_detail *svc_expkey_cache; member
/kernel/linux/linux-6.6/fs/nfsd/
H A Dexport.c1048 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
1053 cache_put(&ek->h, nn->svc_expkey_cache); in exp_find()
1387 nn->svc_expkey_cache = cache_create_net(&svc_expkey_cache_template, net); in nfsd_export_init()
1388 if (IS_ERR(nn->svc_expkey_cache)) { in nfsd_export_init()
1389 rv = PTR_ERR(nn->svc_expkey_cache); in nfsd_export_init()
1392 rv = cache_register_net(nn->svc_expkey_cache, net); in nfsd_export_init()
1398 cache_destroy_net(nn->svc_expkey_cache, net); in nfsd_export_init()
1414 cache_purge(nn->svc_expkey_cache); in nfsd_export_flush()
1428 cache_unregister_net(nn->svc_expkey_cache, net); in nfsd_export_shutdown()
1430 cache_destroy_net(nn->svc_expkey_cache, ne in nfsd_export_shutdown()
[all...]
H A Dnetns.h46 struct cache_detail *svc_expkey_cache; member

Completed in 6 milliseconds