Lines Matching defs:log
78 * This is called to fill in the vector of log iovecs for the
79 * given rui log item. We use only 1 iovec, and we point that
103 * The unpin operation is the last place an RUI 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 RUI reference now that the log is done with it.
175 * This is called to fill in the vector of log iovecs for the
176 * given rud log item. We use only 1 iovec, and we point that
289 * Finish an rmap update and log it to the RUD. Note that the transaction is
502 * Process an rmap update intent item that was recovered from the log.
617 /* Relog an intent item to push the log tail forward. */
677 struct xlog *log,
682 struct xfs_mount *mp = log->l_mp;
709 xfs_trans_ail_insert(log->l_ailp, &ruip->rui_item, lsn);
721 * transaction in the log. Its purpose is to cancel the corresponding RUI if it
722 * was still in the log. To do this it searches the AIL for the RUI with an id
728 struct xlog *log,
737 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp,
742 xlog_recover_release_intent(log, XFS_LI_RUI, rud_formatp->rud_rui_id);