Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dreadpage.c51 static struct kmem_cache *bio_post_read_ctx_cache; variable
403 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
405 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
409 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
415 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
423 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/openbmc/linux/fs/f2fs/
H A Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4092 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4095 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4099 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4105 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4113 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()