Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount.h86 extern struct kmem_cache *xfs_refcount_intent_cache;
A Dxfs_refcount.c27 struct kmem_cache *xfs_refcount_intent_cache; variable
1237 ri = kmem_cache_alloc(xfs_refcount_intent_cache, in __xfs_refcount_add()
1788 xfs_refcount_intent_cache = kmem_cache_create("xfs_refc_intent", in xfs_refcount_intent_init_cache()
1792 return xfs_refcount_intent_cache != NULL ? 0 : -ENOMEM; in xfs_refcount_intent_init_cache()
1798 kmem_cache_destroy(xfs_refcount_intent_cache); in xfs_refcount_intent_destroy_cache()
1799 xfs_refcount_intent_cache = NULL; in xfs_refcount_intent_destroy_cache()
/linux/fs/xfs/
A Dxfs_refcount_item.c387 kmem_cache_free(xfs_refcount_intent_cache, refc); in xfs_refcount_update_finish_item()
407 kmem_cache_free(xfs_refcount_intent_cache, refc); in xfs_refcount_update_cancel_item()

Completed in 7 milliseconds