Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dreadpage.c52 static struct kmem_cache *bio_post_read_ctx_cache; variable
418 bio_post_read_ctx_cache = in ext4_init_post_read_processing()
421 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
425 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
431 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
439 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/kernel/linux/linux-5.10/fs/f2fs/
Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4219 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4222 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4226 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4232 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4240 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()