Home
last modified time | relevance | path

Searched refs:inode_cache_slab (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jffs2/
H A Dmalloc.c28 static struct kmem_cache *inode_cache_slab; variable
62 inode_cache_slab = KMEM_CACHE(jffs2_inode_cache, 0); in jffs2_create_slab_caches()
63 if (!inode_cache_slab) in jffs2_create_slab_caches()
90 kmem_cache_destroy(inode_cache_slab); in jffs2_destroy_slab_caches()
249 ret = kmem_cache_alloc(inode_cache_slab, GFP_KERNEL); in jffs2_alloc_inode_cache()
257 kmem_cache_free(inode_cache_slab, x); in jffs2_free_inode_cache()