Lines Matching defs:log
78 * This is called to fill in the vector of log iovecs for the
79 * given bui log item. We use only 1 iovec, and we point that
103 * The unpin operation is the last place an BUI is manipulated in the log. It is
104 * either inserted in the AIL or aborted in the event of a log I/O error. In
108 * drop the log's BUI reference now that the log is done with it.
169 * This is called to fill in the vector of log iovecs for the
170 * given bud log item. We use only 1 iovec, and we point that
230 * Finish an bmap update and log it to the BUD. Note that the
421 * Process a bmap update intent item that was recovered from the log.
545 /* Relog an intent item to push the log tail forward. */
614 struct xlog *log,
620 struct xfs_mount *mp = log->l_mp;
627 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, log->l_mp);
641 xfs_trans_ail_insert(log->l_ailp, &buip->bui_item, lsn);
653 * transaction in the log. Its purpose is to cancel the corresponding BUI if it
654 * was still in the log. To do this it searches the AIL for the BUI with an id
660 struct xlog *log,
669 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, log->l_mp);
673 xlog_recover_release_intent(log, XFS_LI_BUI, bud_formatp->bud_bui_id);