Lines Matching full:intent
48 * attribute log intent items for a single xattr update. To avoid cycling the
314 * Performs one step of an attribute update intent and marks the attrd item
346 * attr intent/done items are null when logged attributes are disabled in xfs_xattri_finish_update()
354 /* Log an attr to the intent item. */
368 * created the log intent. Fill in the attri log item and log format in xfs_attr_log_item()
473 struct xfs_log_item *intent) in xfs_attr_abort_intent() argument
475 xfs_attri_release(ATTRI_ITEM(intent)); in xfs_attr_abort_intent()
536 * Process an attr intent item that was recovered from the log. We need to
635 * There's more work to do, so add the intent item to this in xfs_attri_item_recover()
661 /* Re-log an intent item to push the log tail forward. */
664 struct xfs_log_item *intent, in xfs_attri_item_relog() argument
673 old_attrip = ATTRI_ITEM(intent); in xfs_attri_item_relog()
807 struct xfs_log_item *intent, in xfs_attr_create_done() argument
810 if (!intent) in xfs_attr_create_done()
813 return &xfs_trans_get_attrd(tp, ATTRI_ITEM(intent))->attrd_item; in xfs_attr_create_done()