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.c372 physical_block_number_t flat_page_origin, root_origin; in decode_block_map_state_2_0() local
383 decode_u64_le(buffer, offset, &flat_page_origin); in decode_block_map_state_2_0()
384 result = VDO_ASSERT(flat_page_origin == VDO_BLOCK_MAP_FLAT_PAGE_ORIGIN, in decode_block_map_state_2_0()
387 (unsigned long long) state->flat_page_origin); in decode_block_map_state_2_0()
407 .flat_page_origin = flat_page_origin, in decode_block_map_state_2_0()
424 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()