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

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

Completed in 131 milliseconds