Lines Matching full:recovery

21 #include "recovery-journal.h"
40 * The absolute position of an entry in the recovery journal, including the sector number and the
70 /* The sequence number of the first valid block for block map recovery */
77 * The highest sequence number of the journal. During recovery (vs read-only rebuild), not
88 /* The entry data for the block map recovery */
109 /* These fields are only used during recovery. */
112 /* The location of the next recovery journal entry to apply */
274 /* FIXME: shouldn't this say either "recovery" or "repair"? */ in finish_repair()
297 vdo_log_warning("Recovery aborted"); in abort_repair()
674 * advance_points() - Advance the current recovery and journal points.
676 * @entries_per_block: The number of entries in a recovery journal block.
693 * @first: The first recovery point.
694 * @second: The second recovery point.
727 * get_entry() - Unpack the recovery journal entry associated with the given recovery point.
729 * @point: The recovery point.
731 * Return: The unpacked contents of the matching recovery journal entry.
745 * validate_recovery_journal_entry() - Validate a recovery journal entry.
787 * add_slab_journal_entries() - Replay recovery journal entries into the slab journals of the
846 * vdo_replay_into_slab_journals() - Replay recovery journal entries in the slab journals of slabs
849 * @context: The slab depot load context supplied by a recovery when it loads the depot.
1110 vdo_log_info("Replaying 0 recovery entries into block map"); in recover_block_map()
1127 vdo_log_info("Replaying %zu recovery entries into block map", in recover_block_map()
1154 * @journal: The recovery journal.
1155 * @data: The recovery journal data.
1178 * A block is not valid if it is unformatted, or if it is older than the last successful recovery
1267 * unpack_entry() - Unpack a recovery journal entry in either format.
1313 * append_sector_entries() - Append an array of recovery journal entries from a journal block
1582 "Recovery journal is in an invalid format, a read-only rebuild is required."); in parse_journal_for_recovery()
1625 …"Recovery journal is in the old format. Downgrade and complete recovery, then upgrade with a clean… in parse_journal_for_recovery()
1637 …vdo_log_info("Highest-numbered recovery journal block has sequence number %llu, and the highest-nu… in parse_journal_for_recovery()
1665 vdo_log_info("Finished reading recovery journal"); in finish_journal_load()
1690 * vdo_repair() - Load the recovery journal and then recover or rebuild a vdo.