Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap.h233 extern struct kmem_cache *xfs_rmap_intent_cache;
H A Dxfs_rmap.c27 struct kmem_cache *xfs_rmap_intent_cache; variable
2562 ri = kmem_cache_alloc(xfs_rmap_intent_cache, GFP_NOFS | __GFP_NOFAIL); in __xfs_rmap_add()
2934 xfs_rmap_intent_cache = kmem_cache_create("xfs_rmap_intent", in xfs_rmap_intent_init_cache()
2938 return xfs_rmap_intent_cache != NULL ? 0 : -ENOMEM; in xfs_rmap_intent_init_cache()
2944 kmem_cache_destroy(xfs_rmap_intent_cache); in xfs_rmap_intent_destroy_cache()
2945 xfs_rmap_intent_cache = NULL; in xfs_rmap_intent_destroy_cache()
/openbmc/linux/fs/xfs/
H A Dxfs_rmap_item.c430 kmem_cache_free(xfs_rmap_intent_cache, ri); in xfs_rmap_update_finish_item()
452 kmem_cache_free(xfs_rmap_intent_cache, ri); in xfs_rmap_update_cancel_item()