Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dcompress.c20 static struct kmem_cache *cic_entry_slab; variable
1212 cic = kmem_cache_zalloc(cic_entry_slab, GFP_NOFS); in f2fs_write_compressed_pages()
1329 kmem_cache_free(cic_entry_slab, cic); in f2fs_write_compressed_pages()
1367 kmem_cache_free(cic_entry_slab, cic); in f2fs_compress_write_end_io()
1607 cic_entry_slab = f2fs_kmem_cache_create("f2fs_cic_entry", in f2fs_init_cic_cache()
1609 if (!cic_entry_slab) in f2fs_init_cic_cache()
1616 kmem_cache_destroy(cic_entry_slab); in f2fs_destroy_cic_cache()