Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Ddata.c34 static struct kmem_cache *bio_entry_slab; variable
779 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS); in add_bio_entry()
794 kmem_cache_free(bio_entry_slab, be); in del_bio_entry()
4191 bio_entry_slab = f2fs_kmem_cache_create("f2fs_bio_entry_slab", in f2fs_init_bio_entry_cache()
4193 if (!bio_entry_slab) in f2fs_init_bio_entry_cache()
4200 kmem_cache_destroy(bio_entry_slab); in f2fs_destroy_bio_entry_cache()