block_map_state_2_0
int vdo_decode_block_map(struct block_map_state_2_0 state, block_count_t logical_blocks,
struct block_map_state_2_0 vdo_record_block_map(const struct block_map *map)
return (struct block_map_state_2_0) {
int __must_check vdo_decode_block_map(struct block_map_state_2_0 state,
struct block_map_state_2_0 __must_check vdo_record_block_map(const struct block_map *map);
states->block_map = (struct block_map_state_2_0) {
struct block_map_state_2_0 *state)
*state = (struct block_map_state_2_0) {
struct block_map_state_2_0 state)
.size = sizeof(struct block_map_state_2_0),
VDO_ENCODED_HEADER_SIZE + sizeof(struct block_map_state_2_0),
struct block_map_state_2_0 block_map;