Searched refs:xattr_datum_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.c28 static struct kmem_cache *xattr_datum_cache; variable in typeref:struct:kmem_cache
77 xattr_datum_cache = kmem_cache_create("jffs2_xattr_datum",
80 if (!xattr_datum_cache)
113 if (xattr_datum_cache)
114 kmem_cache_destroy(xattr_datum_cache);
287 xd = kmem_cache_alloc(xattr_datum_cache, GFP_KERNEL);
300 kmem_cache_free(xattr_datum_cache, xd);

Completed in 91 milliseconds