Searched refs:raw_dirent_slab (Results 1 – 1 of 1) sorted by relevance
23 static struct kmem_cache *raw_dirent_slab; variable 40 raw_dirent_slab = KMEM_CACHE(jffs2_raw_dirent, SLAB_HWCACHE_ALIGN); in jffs2_create_slab_caches() 41 if (!raw_dirent_slab) in jffs2_create_slab_caches() 85 kmem_cache_destroy(raw_dirent_slab); in jffs2_destroy_slab_caches() 128 ret = kmem_cache_alloc(raw_dirent_slab, GFP_KERNEL); in jffs2_alloc_raw_dirent() 136 kmem_cache_free(raw_dirent_slab, x); in jffs2_free_raw_dirent()