Lines Matching full:intent
46 * attribute log intent items for a single xattr update. To avoid cycling the
311 /* Log an attr to the intent item. */
322 * created the log intent. Fill in the attri log item and log format in xfs_attr_log_item()
436 struct xfs_log_item *intent) in xfs_attr_abort_intent() argument
438 xfs_attri_release(ATTRI_ITEM(intent)); in xfs_attr_abort_intent()
564 * Process an attr intent item that was recovered from the log. We need to
626 /* Re-log an intent item to push the log tail forward. */
630 struct xfs_log_item *intent, in xfs_attr_relog_intent() argument
638 old_attrip = ATTRI_ITEM(intent); in xfs_attr_relog_intent()
661 struct xfs_log_item *intent, in xfs_attr_create_done() argument
667 attrip = ATTRI_ITEM(intent); in xfs_attr_create_done()