Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dcompress.c24 static struct kmem_cache *dic_entry_slab; variable
1619 dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_alloc_dic()
1625 kmem_cache_free(dic_entry_slab, dic); in f2fs_alloc_dic()
1698 kmem_cache_free(dic_entry_slab, dic); in f2fs_free_dic()
2007 dic_entry_slab = f2fs_kmem_cache_create("f2fs_dic_entry", in f2fs_init_compress_cache()
2009 if (!dic_entry_slab) in f2fs_init_compress_cache()
2019 kmem_cache_destroy(dic_entry_slab); in f2fs_destroy_compress_cache()