Home
last modified time | relevance | path

Searched refs:hfsplus_attr_tree_cachep (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dattributes.c13 static struct kmem_cache *hfsplus_attr_tree_cachep; variable
17 if (hfsplus_attr_tree_cachep) in hfsplus_create_attr_tree_cache()
20 hfsplus_attr_tree_cachep = in hfsplus_create_attr_tree_cache()
24 if (!hfsplus_attr_tree_cachep) in hfsplus_create_attr_tree_cache()
32 kmem_cache_destroy(hfsplus_attr_tree_cachep); in hfsplus_destroy_attr_tree_cache()
85 return kmem_cache_alloc(hfsplus_attr_tree_cachep, GFP_KERNEL); in hfsplus_alloc_attr_entry()
91 kmem_cache_free(hfsplus_attr_tree_cachep, entry); in hfsplus_destroy_attr_entry()