Searched refs:cic_entry_slab (Results 1 – 1 of 1) sorted by relevance
23 static struct kmem_cache *cic_entry_slab; variable 1333 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_write_compressed_pages() 1456 kmem_cache_free(cic_entry_slab, cic); in f2fs_write_compressed_pages() 1500 kmem_cache_free(cic_entry_slab, cic); in f2fs_write_raw_pages() 2078 cic_entry_slab = f2fs_kmem_cache_create("f2fs_cic_entry", in f2fs_init_compress_cache() 2080 if (!cic_entry_slab) in f2fs_init_compress_cache() 2088 kmem_cache_destroy(cic_entry_slab); in f2fs_destroy_compress_cache() 2095 kmem_cache_destroy(cic_entry_slab);