Lines Matching full:recovery

197 /* The state of the recovery journal as encoded in the VDO super block. */
212 * A recovery journal entry stores three physical locations: a data location that is the value of a
225 /* The packed, on-disk representation of a recovery journal entry. */
266 /* The packed, on-disk representation of an old format recovery journal entry. */
322 * The packed, on-disk representation of a recovery journal block header. All fields are kept in
338 /* 8-bit metadata type (should always be one for the recovery journal) */
377 /* The number of entries in a v1 recovery journal block. */
391 /* The absolute position of an entry in a recovery journal or slab journal. */
477 /* Recovery journal point for last entry */
496 /* Recovery journal point for the last entry, packed into 64 bits */
607 block_count_t recovery_journal_size; /* number of recovery journal blocks */
898 * vdo_pack_recovery_journal_entry() - Return the packed, on-disk representation of a recovery
921 * vdo_unpack_recovery_journal_entry() - Unpack the on-disk representation of a recovery journal
923 * @entry: The recovery journal entry to unpack.
975 * vdo_compute_recovery_journal_block_number() - Compute the physical block number of the recovery
995 * vdo_get_journal_block_sector() - Find the recovery journal sector from the block header and
997 * @header: The header of the recovery journal block.
1000 * Return: A packed recovery journal sector.
1011 * vdo_pack_recovery_block_header() - Generate the packed representation of a recovery block
1034 * vdo_unpack_recovery_block_header() - Decode the packed representation of a recovery block