Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.c30 struct kmem_cache *xfs_attr_intent_cache; variable
892 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()
H A Dxfs_attr.h617 extern struct kmem_cache *xfs_attr_intent_cache;
/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c445 kmem_cache_free(xfs_attr_intent_cache, attr); in xfs_attr_free_item()