Lines Matching defs:log
80 * This is called to fill in the vector of log iovecs for the
81 * given bui log item. We use only 1 iovec, and we point that
105 * The unpin operation is the last place an BUI is manipulated in the log. It is
106 * either inserted in the AIL or aborted in the event of a log I/O error. In
110 * drop the log's BUI reference now that the log is done with it.
171 * This is called to fill in the vector of log iovecs for the
172 * given bud log item. We use only 1 iovec, and we point that
242 * Finish an bmap update and log it to the BUD. Note that the
484 * Process a bmap update intent item that was recovered from the log.
590 /* Relog an intent item to push the log tail forward. */
650 struct xlog *log,
655 struct xfs_mount *mp = log->l_mp;
688 xfs_trans_ail_insert(log->l_ailp, &buip->bui_item, lsn);
700 * transaction in the log. Its purpose is to cancel the corresponding BUI if it
701 * was still in the log. To do this it searches the AIL for the BUI with an id
707 struct xlog *log,
716 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp,
721 xlog_recover_release_intent(log, XFS_LI_BUI, bud_formatp->bud_bui_id);