Home
last modified time | relevance | path

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

/fs/ext4/
Dreadpage.c53 static struct kmem_cache *bio_post_read_ctx_cache; variable
457 bio_post_read_ctx_cache = in ext4_init_post_read_processing()
460 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
464 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
470 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
478 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/fs/f2fs/
Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4243 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4246 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4250 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4256 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4264 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()