Lines Matching full:intent
39 * requires us to log "intent" items in case log recovery needs to
45 * have not yet had an intent logged) are attached to a pending item
55 * - Create a log intent item for that type.
69 * log intent item.
70 * - For each work item attached to the log intent item,
78 * The key here is that we must log an intent item for all pending
81 * we can perform complex remapping operations, chaining intent items
93 * item to prevent the log intent item from replaying, immediately log
94 * a new log intent item with the unfinished work items, roll the
96 * log done item and the new log intent item must be in the same
105 * defer_finish sees the -EAGAIN, logs the new log intent item
110 * transaction reservation to fit the new log intent item.
117 * | Intent to reduce refcount for extent (C, B) |
118 * | Intent to remove rmap (X, C, A, B) |
119 * | Intent to free extent (D, 1) (bmbt block) |
120 * | Intent to map (X, A, B) at startblock E |
124 * | Intent to increase refcount for extent (E, B) |
125 * | Intent to add rmap (X, E, A, B) |
129 * | Intent to reduce refcount for extent (C+9, B-9) |
136 * | Intent to free extent (C, B) |
137 * | Intent to free extent (F, 1) (refcountbt block) |
138 * | Intent to remove rmap (F, 1, REFC) |
156 * the following intent items:
158 * - Intent to reduce refcount for extent (C, B)
159 * - Intent to remove rmap (X, C, A, B)
160 * - Intent to free extent (D, 1) (bmbt block)
161 * - Intent to increase refcount for extent (E, B)
162 * - Intent to add rmap (X, E, A, B)
165 * of these intent items:
167 * - Intent to free extent (C, B)
168 * - Intent to free extent (F, 1) (refcountbt block)
169 * - Intent to remove rmap (F, 1, REFC)
197 * For each pending item in the intake list, log its intent item and the
224 /* Abort intent items that don't have a done item. */ in xfs_defer_trans_abort()
333 * for the intent items to be released. in xfs_defer_cancel_list()
350 * Prevent a log intent item from pinning the tail of the log by logging a
351 * done item to release the intent item; and then log a new intent item.
368 * If the log intent item for this deferred op is not a part of in xfs_defer_relog()
369 * the current log checkpoint, relog the intent item to keep in xfs_defer_relog()
402 * Log an intent-done item for the first pending intent, and finish the work
425 * back on the list and log a new log intent item to in xfs_defer_finish_one()
450 * Finish all the pending work. This involves logging intent items for
477 * of time that any one intent item can stick around in memory, in xfs_defer_finish_noroll()
487 /* Possibly relog intent items to keep the log moving. */ in xfs_defer_finish_noroll()
618 * Create and log intent items for all the work that we're capturing so that we
623 * intent items to capture, this function returns NULL.
683 * needed to finish a log intent item that we recovered from the log. If any