Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A 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()