Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr.c31 struct kmem_cache *xfs_attr_intent_cache; variable
1582 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()
H A Dxfs_attr.h645 extern struct kmem_cache *xfs_attr_intent_cache;
/linux/fs/xfs/
H A Dxfs_attr_item.c468 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()