Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jffs2/
Dmalloc.c30 static struct kmem_cache *xattr_datum_cache; variable
79 xattr_datum_cache = kmem_cache_create("jffs2_xattr_datum", in jffs2_create_slab_caches()
82 if (!xattr_datum_cache) in jffs2_create_slab_caches()
108 kmem_cache_destroy(xattr_datum_cache); in jffs2_destroy_slab_caches()
280 xd = kmem_cache_zalloc(xattr_datum_cache, GFP_KERNEL); in jffs2_alloc_xattr_datum()
294 kmem_cache_free(xattr_datum_cache, xd); in jffs2_free_xattr_datum()
/kernel/liteos_a/fs/jffs2/
Djffs2.patch4197 -static struct kmem_cache *xattr_datum_cache;
4248 - xattr_datum_cache = kmem_cache_create("jffs2_xattr_datum",
4251 - if (!xattr_datum_cache)
4278 - kmem_cache_destroy(xattr_datum_cache);
4412 - xd = kmem_cache_zalloc(xattr_datum_cache, GFP_KERNEL);
4421 - kmem_cache_free(xattr_datum_cache, xd);