Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dcompress.c21 static struct kmem_cache *dic_entry_slab; variable
1474 dic = kmem_cache_zalloc(dic_entry_slab, GFP_NOFS); in f2fs_alloc_dic()
1480 kmem_cache_free(dic_entry_slab, dic); in f2fs_alloc_dic()
1545 kmem_cache_free(dic_entry_slab, dic); in f2fs_free_dic()
1612 dic_entry_slab = f2fs_kmem_cache_create("f2fs_dic_entry", in f2fs_init_dic_cache()
1614 if (!dic_entry_slab) in f2fs_init_dic_cache()
1621 kmem_cache_destroy(dic_entry_slab); in f2fs_destroy_dic_cache()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcompress.c24 static struct kmem_cache *dic_entry_slab; variable
1628 dic = f2fs_kmem_cache_alloc(dic_entry_slab, GFP_F2FS_ZERO, false, sbi); in f2fs_alloc_dic()
1634 kmem_cache_free(dic_entry_slab, dic); in f2fs_alloc_dic()
1707 kmem_cache_free(dic_entry_slab, dic); in f2fs_free_dic()
2018 dic_entry_slab = f2fs_kmem_cache_create("f2fs_dic_entry", in f2fs_init_compress_cache()
2020 if (!dic_entry_slab) in f2fs_init_compress_cache()
2030 kmem_cache_destroy(dic_entry_slab); in f2fs_destroy_compress_cache()

Completed in 5 milliseconds