Lines Matching full:intent
265 /* Log rmap updates in the intent item. */
366 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument
369 struct xfs_rui_log_item *ruip = RUI_ITEM(intent); in xfs_rmap_update_create_done()
453 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument
455 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent()
555 * Process an rmap update intent item that was recovered from the log.
611 /* Relog an intent item to push the log tail forward. */
615 struct xfs_log_item *intent, in xfs_rmap_relog_intent() argument
622 ASSERT(intent->li_type == XFS_LI_RUI || in xfs_rmap_relog_intent()
623 intent->li_type == XFS_LI_RUI_RT); in xfs_rmap_relog_intent()
625 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rmap_relog_intent()
626 map = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rmap_relog_intent()
628 ruip = xfs_rui_init(tp->t_mountp, intent->li_type, count); in xfs_rmap_relog_intent()