Lines Matching full:intent
302 /* Log bmap updates in the intent item. */
356 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument
359 return &xfs_trans_get_bud(tp, BUI_ITEM(intent))->bud_item; in xfs_bmap_update_create_done()
395 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument
397 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent()
421 * Process a bmap update intent item that was recovered from the log.
545 /* Relog an intent item to push the log tail forward. */
548 struct xfs_log_item *intent, in xfs_bui_item_relog() argument
556 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bui_item_relog()
557 extp = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bui_item_relog()
560 budp = xfs_trans_get_bud(tp, BUI_ITEM(intent)); in xfs_bui_item_relog()
638 * Insert the intent into the AIL directly and drop one reference so in xlog_recover_bui_commit_pass2()