Searched refs:xfs_attr_intent_cache (Results 1 – 3 of 3) sorted by relevance
31 struct kmem_cache *xfs_attr_intent_cache; variable1582 xfs_attr_intent_cache = kmem_cache_create("xfs_attr_intent", in xfs_attr_intent_init_cache()1586 return xfs_attr_intent_cache != NULL ? 0 : -ENOMEM; in xfs_attr_intent_init_cache()1592 kmem_cache_destroy(xfs_attr_intent_cache); in xfs_attr_intent_destroy_cache()1593 xfs_attr_intent_cache = NULL; in xfs_attr_intent_destroy_cache()
645 extern struct kmem_cache *xfs_attr_intent_cache;
468 kmem_cache_free(xfs_attr_intent_cache, attr); in xfs_attr_free_item()887 new = kmem_cache_zalloc(xfs_attr_intent_cache, in xfs_attr_defer_add()