Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
2713 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, 0); in f2fs_init_post_read_processing()
2714 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
2718 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
2724 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
2732 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()