Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dattributes.c12 static struct kmem_cache *hfsplus_attr_tree_cachep; variable
16 if (hfsplus_attr_tree_cachep) in hfsplus_create_attr_tree_cache()
19 hfsplus_attr_tree_cachep = in hfsplus_create_attr_tree_cache()
23 if (!hfsplus_attr_tree_cachep) in hfsplus_create_attr_tree_cache()
31 kmem_cache_destroy(hfsplus_attr_tree_cachep); in hfsplus_destroy_attr_tree_cache()
84 return kmem_cache_alloc(hfsplus_attr_tree_cachep, GFP_KERNEL); in hfsplus_alloc_attr_entry()
90 kmem_cache_free(hfsplus_attr_tree_cachep, entry); in hfsplus_destroy_attr_entry()