Lines Matching full:intent
264 /* Log refcount updates in the intent item. */
341 struct xfs_log_item *intent, in xfs_refcount_update_create_done() argument
344 struct xfs_cui_log_item *cuip = CUI_ITEM(intent); in xfs_refcount_update_create_done()
434 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() argument
436 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent()
490 * Process a refcount update intent item that was recovered from the log.
558 /* Relog an intent item to push the log tail forward. */
562 struct xfs_log_item *intent, in xfs_refcount_relog_intent() argument
569 ASSERT(intent->li_type == XFS_LI_CUI || in xfs_refcount_relog_intent()
570 intent->li_type == XFS_LI_CUI_RT); in xfs_refcount_relog_intent()
572 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_refcount_relog_intent()
573 pmap = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_refcount_relog_intent()
575 cuip = xfs_cui_init(tp->t_mountp, intent->li_type, count); in xfs_refcount_relog_intent()