Home
last modified time | relevance | path

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

/qemu/block/
H A Dvhdx.c1807 VHDXRegionTableHeader *region_table; in vhdx_create_new_region_table() local
1834 region_table = buffer; in vhdx_create_new_region_table()
1840 region_table->signature = VHDX_REGION_SIGNATURE; in vhdx_create_new_region_table()
1841 region_table->entry_count = 2; /* BAT and Metadata */ in vhdx_create_new_region_table()
1857 vhdx_region_header_le_export(region_table); in vhdx_create_new_region_table()