Searched refs:dic_entry_slab (Results 1 – 1 of 1) sorted by relevance
23 static struct kmem_cache *dic_entry_slab; variable1542 dic = kmem_cache_zalloc(dic_entry_slab, GFP_NOFS); in f2fs_alloc_dic()1548 kmem_cache_free(dic_entry_slab, dic); in f2fs_alloc_dic()1626 kmem_cache_free(dic_entry_slab, dic); in f2fs_free_dic()1950 dic_entry_slab = f2fs_kmem_cache_create("f2fs_dic_entry", in f2fs_init_dic_cache()1952 if (!dic_entry_slab) in f2fs_init_dic_cache()1959 kmem_cache_destroy(dic_entry_slab); in f2fs_destroy_dic_cache()