Lines Matching defs:log
76 * This is called to fill in the vector of log iovecs for the
77 * given cui log item. We use only 1 iovec, and we point that
101 * The unpin operation is the last place an CUI is manipulated in the log. It is
102 * either inserted in the AIL or aborted in the event of a log I/O error. In
106 * drop the log's CUI reference now that the log is done with it.
174 * This is called to fill in the vector of log iovecs for the
175 * given cud log item. We use only 1 iovec, and we point that
235 * Finish an refcount update and log it to the CUD. Note that the
421 * Process a refcount update intent item that was recovered from the log.
481 * refcount update. However, we're in log recovery here, so we
563 /* Relog an intent item to push the log tail forward. */
632 struct xlog *log,
638 struct xfs_mount *mp = log->l_mp;
655 xfs_trans_ail_insert(log->l_ailp, &cuip->cui_item, lsn);
667 * transaction in the log. Its purpose is to cancel the corresponding CUI if it
668 * was still in the log. To do this it searches the AIL for the CUI with an id
674 struct xlog *log,
683 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, log->l_mp);
687 xlog_recover_release_intent(log, XFS_LI_CUI, cud_formatp->cud_cui_id);