Searched refs:next_disk_offset (Results 1 – 1 of 1) sorted by relevance
764 let mut next_disk_offset = GPT_BEGINNING_SIZE; in create_composite_disk() localVariable767 let gpt_entry = create_gpt_entry(partition, next_disk_offset); in create_composite_disk()774 create_component_disks(partition, next_disk_offset, &zero_filler_path)? in create_composite_disk()779 next_disk_offset += partition.aligned_size(); in create_composite_disk()781 let secondary_table_offset = next_disk_offset; in create_composite_disk()