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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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);
306 ref = kmem_cache_alloc(xattr_ref_cache, GFP_KERNEL);
318 kmem_cache_free(xattr_ref_cache, ref);

Completed in 111 milliseconds