hfsplus_attr_tree_cachep   13 fs/hfsplus/attributes.c static struct kmem_cache *hfsplus_attr_tree_cachep;
hfsplus_attr_tree_cachep   17 fs/hfsplus/attributes.c 	if (hfsplus_attr_tree_cachep)
hfsplus_attr_tree_cachep   20 fs/hfsplus/attributes.c 	hfsplus_attr_tree_cachep =
hfsplus_attr_tree_cachep   24 fs/hfsplus/attributes.c 	if (!hfsplus_attr_tree_cachep)
hfsplus_attr_tree_cachep   32 fs/hfsplus/attributes.c 	kmem_cache_destroy(hfsplus_attr_tree_cachep);
hfsplus_attr_tree_cachep   85 fs/hfsplus/attributes.c 	return kmem_cache_alloc(hfsplus_attr_tree_cachep, GFP_KERNEL);
hfsplus_attr_tree_cachep   91 fs/hfsplus/attributes.c 		kmem_cache_free(hfsplus_attr_tree_cachep, entry);