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

/linux-4.4.14/fs/jffs2/
H A Dmalloc.c30 static struct kmem_cache *xattr_datum_cache; variable in typeref:struct:kmem_cache
79 xattr_datum_cache = kmem_cache_create("jffs2_xattr_datum", jffs2_create_slab_caches()
82 if (!xattr_datum_cache) jffs2_create_slab_caches()
108 kmem_cache_destroy(xattr_datum_cache); jffs2_destroy_slab_caches()
280 xd = kmem_cache_zalloc(xattr_datum_cache, GFP_KERNEL); jffs2_alloc_xattr_datum()
294 kmem_cache_free(xattr_datum_cache, xd); jffs2_free_xattr_datum()

Completed in 159 milliseconds