Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jffs2/
Dmalloc.c28 static struct kmem_cache *inode_cache_slab; variable
72 inode_cache_slab = kmem_cache_create("jffs2_inode_cache", in jffs2_create_slab_caches()
75 if (!inode_cache_slab) in jffs2_create_slab_caches()
106 kmem_cache_destroy(inode_cache_slab); in jffs2_destroy_slab_caches()
265 ret = kmem_cache_alloc(inode_cache_slab, GFP_KERNEL); in jffs2_alloc_inode_cache()
273 kmem_cache_free(inode_cache_slab, x); in jffs2_free_inode_cache()
/kernel/liteos_a/fs/jffs2/
Djffs2.patch4192 -static struct kmem_cache *inode_cache_slab;
4238 - inode_cache_slab = kmem_cache_create("jffs2_inode_cache",
4241 - if (!inode_cache_slab)
4273 - kmem_cache_destroy(inode_cache_slab);
4392 - ret = kmem_cache_alloc(inode_cache_slab, GFP_KERNEL);
4401 - kmem_cache_free(inode_cache_slab, x);