Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_rmap_item.c413 kmem_cache_free(xfs_rmap_intent_cache, ri); in xfs_rmap_update_cancel_item()
507 ri = kmem_cache_alloc(xfs_rmap_intent_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_rui_recover_work()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_rmap.h246 extern struct kmem_cache *xfs_rmap_intent_cache;
Dxfs_rmap.c31 struct kmem_cache *xfs_rmap_intent_cache; variable
2755 ri = kmem_cache_alloc(xfs_rmap_intent_cache, GFP_KERNEL | __GFP_NOFAIL); in __xfs_rmap_add()
3130 xfs_rmap_intent_cache = kmem_cache_create("xfs_rmap_intent", in xfs_rmap_intent_init_cache()
3134 return xfs_rmap_intent_cache != NULL ? 0 : -ENOMEM; in xfs_rmap_intent_init_cache()
3140 kmem_cache_destroy(xfs_rmap_intent_cache); in xfs_rmap_intent_destroy_cache()
3141 xfs_rmap_intent_cache = NULL; in xfs_rmap_intent_destroy_cache()