Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_rmap.h215 extern struct kmem_cache *xfs_rmap_intent_cache;
Dxfs_rmap.c27 struct kmem_cache *xfs_rmap_intent_cache; variable
2524 ri = kmem_cache_alloc(xfs_rmap_intent_cache, GFP_NOFS | __GFP_NOFAIL); in __xfs_rmap_add()
2814 xfs_rmap_intent_cache = kmem_cache_create("xfs_rmap_intent", in xfs_rmap_intent_init_cache()
2818 return xfs_rmap_intent_cache != NULL ? 0 : -ENOMEM; in xfs_rmap_intent_init_cache()
2824 kmem_cache_destroy(xfs_rmap_intent_cache); in xfs_rmap_intent_destroy_cache()
2825 xfs_rmap_intent_cache = NULL; in xfs_rmap_intent_destroy_cache()
/linux-6.1.9/fs/xfs/
Dxfs_rmap_item.c417 kmem_cache_free(xfs_rmap_intent_cache, rmap); in xfs_rmap_update_finish_item()
437 kmem_cache_free(xfs_rmap_intent_cache, rmap); in xfs_rmap_update_cancel_item()