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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dmalloc.c29 static struct kmem_cache *xattr_ref_cache; variable in typeref:struct:kmem_cache
83 xattr_ref_cache = kmem_cache_create("jffs2_xattr_ref",
86 if (!xattr_ref_cache)
115 if (xattr_ref_cache)
116 kmem_cache_destroy(xattr_ref_cache);
305 ref = kmem_cache_zalloc(xattr_ref_cache, GFP_KERNEL);
316 kmem_cache_free(xattr_ref_cache, ref);

Completed in 103 milliseconds