Searched refs:cic_entry_slab (Results 1 – 1 of 1) sorted by relevance
22 static struct kmem_cache *cic_entry_slab; variable1200 cic = kmem_cache_zalloc(cic_entry_slab, GFP_NOFS); in f2fs_write_compressed_pages()1313 kmem_cache_free(cic_entry_slab, cic); in f2fs_write_compressed_pages()1357 kmem_cache_free(cic_entry_slab, cic); in f2fs_compress_write_end_io()1936 cic_entry_slab = f2fs_kmem_cache_create("f2fs_cic_entry", in f2fs_init_cic_cache()1938 if (!cic_entry_slab) in f2fs_init_cic_cache()1945 kmem_cache_destroy(cic_entry_slab); in f2fs_destroy_cic_cache()