Home
last modified time | relevance | path

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

/linux/fs/jffs2/
A Dmalloc.c31 static struct kmem_cache *xattr_ref_cache; variable
71 xattr_ref_cache = KMEM_CACHE(jffs2_xattr_ref, 0); in jffs2_create_slab_caches()
72 if (!xattr_ref_cache) in jffs2_create_slab_caches()
93 kmem_cache_destroy(xattr_ref_cache); in jffs2_destroy_slab_caches()
284 ref = kmem_cache_zalloc(xattr_ref_cache, GFP_KERNEL); in jffs2_alloc_xattr_ref()
297 kmem_cache_free(xattr_ref_cache, ref); in jffs2_free_xattr_ref()

Completed in 3 milliseconds