Lines Matching full:intent
307 /* Log bmap updates in the intent item. */
361 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
364 return &xfs_trans_get_bud(tp, BUI_ITEM(intent))->bud_item; in xfs_bmap_update_create_done()
378 * Bump the intent count on behalf of the deferred rmap and refcount in xfs_bmap_update_get_group()
379 * intent items that that we can queue when we finish this bmap work. in xfs_bmap_update_get_group()
380 * This new intent item will bump the intent count before the bmap in xfs_bmap_update_get_group()
381 * intent drops the intent count, ensuring that the intent count in xfs_bmap_update_get_group()
422 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
424 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
484 * Process a bmap update intent item that was recovered from the log.
593 /* Relog an intent item to push the log tail forward. */
596 struct xfs_log_item *intent, in xfs_bui_item_relog() argument
604 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bui_item_relog()
605 map = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bui_item_relog()
608 budp = xfs_trans_get_bud(tp, BUI_ITEM(intent)); in xfs_bui_item_relog()