Home
last modified time | relevance | path

Searched refs:bio_post_read_ctx_cache (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/ext4/
Dreadpage.c51 static struct kmem_cache *bio_post_read_ctx_cache; variable
404 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
406 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
410 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
416 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
424 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/Linux-v6.6/fs/f2fs/
Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4148 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4151 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4155 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4161 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4169 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()