Home
last modified time | relevance | path

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

/linux-6.14.4/fs/jffs2/
Dmalloc.c30 static struct kmem_cache *xattr_datum_cache; variable
67 xattr_datum_cache = KMEM_CACHE(jffs2_xattr_datum, 0); in jffs2_create_slab_caches()
68 if (!xattr_datum_cache) in jffs2_create_slab_caches()
92 kmem_cache_destroy(xattr_datum_cache); in jffs2_destroy_slab_caches()
264 xd = kmem_cache_zalloc(xattr_datum_cache, GFP_KERNEL); in jffs2_alloc_xattr_datum()
278 kmem_cache_free(xattr_datum_cache, xd); in jffs2_free_xattr_datum()