Searched refs:xfs_attr_intent_cache (Results 1 – 3 of 3) sorted by relevance
31 struct kmem_cache *xfs_attr_intent_cache; variable1649 xfs_attr_intent_cache = kmem_cache_create("xfs_attr_intent", in xfs_attr_intent_init_cache()1653 return xfs_attr_intent_cache != NULL ? 0 : -ENOMEM; in xfs_attr_intent_init_cache()1659 kmem_cache_destroy(xfs_attr_intent_cache); in xfs_attr_intent_destroy_cache()1660 xfs_attr_intent_cache = NULL; in xfs_attr_intent_destroy_cache()
646 extern struct kmem_cache *xfs_attr_intent_cache;
466 kmem_cache_free(xfs_attr_intent_cache, attr); in xfs_attr_free_item()881 new = kmem_cache_zalloc(xfs_attr_intent_cache, in xfs_attr_defer_add()