Searched refs:tmp_dnode_info_slab (Results 1 – 1 of 1) sorted by relevance
23 static struct kmem_cache *tmp_dnode_info_slab; variable52 tmp_dnode_info_slab = kmem_cache_create("jffs2_tmp_dnode", in jffs2_create_slab_caches()55 if (!tmp_dnode_info_slab) in jffs2_create_slab_caches()104 if(tmp_dnode_info_slab) in jffs2_destroy_slab_caches()105 kmem_cache_destroy(tmp_dnode_info_slab); in jffs2_destroy_slab_caches()179 ret = kmem_cache_alloc(tmp_dnode_info_slab, GFP_KERNEL); in jffs2_alloc_tmp_dnode_info()188 kmem_cache_free(tmp_dnode_info_slab, x); in jffs2_free_tmp_dnode_info()