Lines Matching defs:log
68 * This returns the number of iovecs needed to log the given efi item.
91 * This is called to fill in the vector of log iovecs for the
92 * given efi log item. We use only 1 iovec, and we point that
118 * The unpin operation is the last place an EFI is manipulated in the log. It is
119 * either inserted in the AIL or aborted in the event of a log I/O error. In
123 * drop the log's EFI reference now that the log is done with it.
248 * This returns the number of iovecs needed to log the given efd item.
271 * This is called to fill in the vector of log iovecs for the
272 * given efd log item. We use only 1 iovec, and we point that
317 * Allocate an "extent free done" log item that will hold nextents worth of
351 * Free an extent and log it to the EFD. Note that the transaction is marked
583 * the log. We need to free the extents that it describes.
645 /* Relog an intent item to push the log tail forward. */
692 struct xlog *log,
697 struct xfs_mount *mp = log->l_mp;
715 xfs_trans_ail_insert(log->l_ailp, &efip->efi_item, lsn);
727 * transaction in the log. Its purpose is to cancel the corresponding EFI if it
728 * was still in the log. To do this it searches the AIL for the EFI with an id
734 struct xlog *log,
747 xlog_recover_release_intent(log, XFS_LI_EFI, efd_formatp->efd_efi_id);