Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dreadpage.c52 static struct kmem_cache *bio_post_read_ctx_cache; variable
414 bio_post_read_ctx_cache = in ext4_init_post_read_processing()
417 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
421 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
427 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
435 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/Linux-v5.4/fs/f2fs/
Ddata.c31 static struct kmem_cache *bio_post_read_ctx_cache; variable
3196 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
3199 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
3203 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
3209 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
3217 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()