xattr_ref_cache 31 fs/jffs2/malloc.c static struct kmem_cache *xattr_ref_cache; xattr_ref_cache 85 fs/jffs2/malloc.c xattr_ref_cache = kmem_cache_create("jffs2_xattr_ref", xattr_ref_cache 88 fs/jffs2/malloc.c if (!xattr_ref_cache) xattr_ref_cache 109 fs/jffs2/malloc.c kmem_cache_destroy(xattr_ref_cache); xattr_ref_cache 300 fs/jffs2/malloc.c ref = kmem_cache_zalloc(xattr_ref_cache, GFP_KERNEL); xattr_ref_cache 313 fs/jffs2/malloc.c kmem_cache_free(xattr_ref_cache, ref);