Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dreadpage.c51 static struct kmem_cache *bio_post_read_ctx_cache; variable
413 bio_post_read_ctx_cache = in ext4_init_post_read_processing()
416 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
420 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
426 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
434 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/linux-6.1.9/fs/f2fs/
Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4049 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4052 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4056 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4062 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4070 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()