Home
last modified time | relevance | path

Searched refs:xfs_bmap_intent_cache (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_bmap_item.c377 kmem_cache_free(xfs_bmap_intent_cache, bi); in xfs_bmap_update_cancel_item()
460 bi = kmem_cache_zalloc(xfs_bmap_intent_cache, in xfs_bui_recover_work()
/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c45 struct kmem_cache *xfs_bmap_intent_cache; variable
6281 bi = kmem_cache_alloc(xfs_bmap_intent_cache, GFP_KERNEL | __GFP_NOFAIL); in __xfs_bmap_add()
6387 xfs_bmap_intent_cache = kmem_cache_create("xfs_bmap_intent", in xfs_bmap_intent_init_cache()
6391 return xfs_bmap_intent_cache != NULL ? 0 : -ENOMEM; in xfs_bmap_intent_init_cache()
6397 kmem_cache_destroy(xfs_bmap_intent_cache); in xfs_bmap_intent_destroy_cache()
6398 xfs_bmap_intent_cache = NULL; in xfs_bmap_intent_destroy_cache()