Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A 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()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4239 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4242 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4246 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4252 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4260 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()