Home
last modified time | relevance | path

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

/openbmc/linux/fs/jffs2/
H A Dmalloc.c31 static struct kmem_cache *xattr_ref_cache; variable
85 xattr_ref_cache = kmem_cache_create("jffs2_xattr_ref", in jffs2_create_slab_caches()
88 if (!xattr_ref_cache) in jffs2_create_slab_caches()
109 kmem_cache_destroy(xattr_ref_cache); in jffs2_destroy_slab_caches()
300 ref = kmem_cache_zalloc(xattr_ref_cache, GFP_KERNEL); in jffs2_alloc_xattr_ref()
313 kmem_cache_free(xattr_ref_cache, ref); in jffs2_free_xattr_ref()