Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx.c1705 bool use_zero_blocks, uint64_t file_offset, in vhdx_create_bat() argument
1750 use_zero_blocks || in vhdx_create_bat()
1761 block_state = use_zero_blocks ? PAYLOAD_BLOCK_ZERO : block_state; in vhdx_create_bat()
1797 uint32_t log_size, bool use_zero_blocks, in vhdx_create_new_region_table() argument
1867 ret = vhdx_create_bat(blk, s, image_size, type, use_zero_blocks, in vhdx_create_new_region_table()
1924 bool use_zero_blocks = false; in vhdx_co_create() local
1955 use_zero_blocks = true; in vhdx_co_create()
1957 use_zero_blocks = vhdx_opts->block_state_zero; in vhdx_co_create()
2051 log_size, use_zero_blocks, image_type, in vhdx_co_create()