Searched refs:xfs_attr_intent_cache (Results 1 – 3 of 3) sorted by relevance
30 struct kmem_cache *xfs_attr_intent_cache; variable892 new = kmem_cache_zalloc(xfs_attr_intent_cache, GFP_NOFS | __GFP_NOFAIL); in xfs_attr_intent_init()1588 xfs_attr_intent_cache = kmem_cache_create("xfs_attr_intent", in xfs_attr_intent_init_cache()1592 return xfs_attr_intent_cache != NULL ? 0 : -ENOMEM; in xfs_attr_intent_init_cache()1598 kmem_cache_destroy(xfs_attr_intent_cache); in xfs_attr_intent_destroy_cache()1599 xfs_attr_intent_cache = NULL; in xfs_attr_intent_destroy_cache()
617 extern struct kmem_cache *xfs_attr_intent_cache;
438 kmem_cache_free(xfs_attr_intent_cache, attr); in xfs_attr_free_item()