Lines Matching full:intent
333 /* Log rmap updates in the intent item. */
387 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument
390 return &xfs_trans_get_rud(tp, RUI_ITEM(intent))->rud_item; in xfs_rmap_update_create_done()
437 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument
439 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent()
502 * Process an rmap update intent item that was recovered from the log.
617 /* Relog an intent item to push the log tail forward. */
620 struct xfs_log_item *intent, in xfs_rui_item_relog() argument
628 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rui_item_relog()
629 map = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rui_item_relog()
632 rudp = xfs_trans_get_rud(tp, RUI_ITEM(intent)); in xfs_rui_item_relog()
706 * Insert the intent into the AIL directly and drop one reference so in xlog_recover_rui_commit_pass2()