Searched refs:full_dnode_slab (Results 1 – 1 of 1) sorted by relevance
22 static struct kmem_cache *full_dnode_slab; variable36 full_dnode_slab = kmem_cache_create("jffs2_full_dnode", in jffs2_create_slab_caches()39 if (!full_dnode_slab) in jffs2_create_slab_caches()100 if(full_dnode_slab) in jffs2_destroy_slab_caches()101 kmem_cache_destroy(full_dnode_slab); in jffs2_destroy_slab_caches()139 ret = kmem_cache_alloc(full_dnode_slab, GFP_KERNEL); in jffs2_alloc_full_dnode()147 kmem_cache_free(full_dnode_slab, x); in jffs2_free_full_dnode()