Home
last modified time | relevance | path

Searched refs:flat_page_origin (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dencodings.c371 physical_block_number_t flat_page_origin, root_origin; in decode_block_map_state_2_0() local
382 decode_u64_le(buffer, offset, &flat_page_origin); in decode_block_map_state_2_0()
383 result = VDO_ASSERT(flat_page_origin == VDO_BLOCK_MAP_FLAT_PAGE_ORIGIN, in decode_block_map_state_2_0()
386 (unsigned long long) state->flat_page_origin); in decode_block_map_state_2_0()
406 .flat_page_origin = flat_page_origin, in decode_block_map_state_2_0()
423 encode_u64_le(buffer, offset, state.flat_page_origin); in encode_block_map_state_2_0()
H A Dencodings.h185 physical_block_number_t flat_page_origin; member
H A Dblock-map.c2949 .flat_page_origin = VDO_BLOCK_MAP_FLAT_PAGE_ORIGIN, in vdo_record_block_map()