Home
last modified time | relevance | path

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

/Linux-v5.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()
/Linux-v5.10/fs/f2fs/
Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4144 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4147 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4151 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4157 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4165 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()