Lines Matching defs:log
79 * This is called to fill in the vector of log iovecs for the
80 * given cui log item. We use only 1 iovec, and we point that
104 * The unpin operation is the last place an CUI is manipulated in the log. It is
105 * either inserted in the AIL or aborted in the event of a log I/O error. In
109 * drop the log's CUI reference now that the log is done with it.
177 * This is called to fill in the vector of log iovecs for the
178 * given cud log item. We use only 1 iovec, and we point that
248 * Finish an refcount update and log it to the CUD. Note that the
472 * Process a refcount update intent item that was recovered from the log.
513 * refcount update. However, we're in log recovery here, so we
611 /* Relog an intent item to push the log tail forward. */
671 struct xlog *log,
676 struct xfs_mount *mp = log->l_mp;
703 xfs_trans_ail_insert(log->l_ailp, &cuip->cui_item, lsn);
715 * transaction in the log. Its purpose is to cancel the corresponding CUI if it
716 * was still in the log. To do this it searches the AIL for the CUI with an id
722 struct xlog *log,
731 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp,
736 xlog_recover_release_intent(log, XFS_LI_CUI, cud_formatp->cud_cui_id);