Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dreadpage.c52 static struct kmem_cache *bio_post_read_ctx_cache; variable
418 bio_post_read_ctx_cache = in ext4_init_post_read_processing()
421 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
425 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
431 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
439 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/kernel/linux/linux-6.6/fs/ext4/
H A Dreadpage.c51 static struct kmem_cache *bio_post_read_ctx_cache; variable
404 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
406 if (!bio_post_read_ctx_cache) in ext4_init_post_read_processing()
410 bio_post_read_ctx_cache); in ext4_init_post_read_processing()
416 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_init_post_read_processing()
424 kmem_cache_destroy(bio_post_read_ctx_cache); in ext4_exit_post_read_processing()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4219 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4222 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4226 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4232 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4240 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c33 static struct kmem_cache *bio_post_read_ctx_cache; variable
4154 bio_post_read_ctx_cache = in f2fs_init_post_read_processing()
4157 if (!bio_post_read_ctx_cache) in f2fs_init_post_read_processing()
4161 bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4167 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_init_post_read_processing()
4175 kmem_cache_destroy(bio_post_read_ctx_cache); in f2fs_destroy_post_read_processing()

Completed in 11 milliseconds