Lines Matching full:intent
340 /* Log rmap updates in the intent item. */
394 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument
397 return &xfs_trans_get_rud(tp, RUI_ITEM(intent))->rud_item; in xfs_rmap_update_create_done()
424 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument
426 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent()
487 * Process an rmap update intent item that was recovered from the log.
595 /* Relog an intent item to push the log tail forward. */
598 struct xfs_log_item *intent, in xfs_rui_item_relog() argument
606 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rui_item_relog()
607 extp = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rui_item_relog()
610 rudp = xfs_trans_get_rud(tp, RUI_ITEM(intent)); in xfs_rui_item_relog()
684 * Insert the intent into the AIL directly and drop one reference so in xlog_recover_rui_commit_pass2()