Home
last modified time | relevance | path

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

/qemu/block/
H A Dparallels.c705 int64_t off, high_off, size; in parallels_check_outside_image() local
713 high_off = 0; in parallels_check_outside_image()
726 if (high_off < off) { in parallels_check_outside_image()
727 high_off = off; in parallels_check_outside_image()
731 if (high_off == 0) { in parallels_check_outside_image()
734 res->image_end_offset = high_off + s->cluster_size; in parallels_check_outside_image()