Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c34 static struct kmem_cache *bio_entry_slab; variable
759 be = f2fs_kmem_cache_alloc(bio_entry_slab, GFP_NOFS); in add_bio_entry()
774 kmem_cache_free(bio_entry_slab, be); in del_bio_entry()
4286 bio_entry_slab = f2fs_kmem_cache_create("f2fs_bio_entry_slab", in f2fs_init_bio_entry_cache()
4288 if (!bio_entry_slab) in f2fs_init_bio_entry_cache()
4295 kmem_cache_destroy(bio_entry_slab); in f2fs_destroy_bio_entry_cache()