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

/linux-master/fs/f2fs/
H A Dcompress.c23 static struct kmem_cache *cic_entry_slab; variable in typeref:struct:kmem_cache
1287 cic = f2fs_kmem_cache_alloc(cic_entry_slab, GFP_F2FS_ZERO, false, sbi);
1398 kmem_cache_free(cic_entry_slab, cic);
1442 kmem_cache_free(cic_entry_slab, cic);
2017 cic_entry_slab = f2fs_kmem_cache_create("f2fs_cic_entry",
2019 if (!cic_entry_slab)
2027 kmem_cache_destroy(cic_entry_slab);
2034 kmem_cache_destroy(cic_entry_slab);

Completed in 114 milliseconds