Home
last modified time | relevance | path

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

/qemu/tests/qtest/migration/
H A Dframework.c910 bool check_offset = false; in test_file_common() local
924 check_offset = true; in test_file_common()
967 if (check_offset) { in test_file_common()
/qemu/tests/qemu-iotests/
H A D05681 self.wait_until_completed(check_offset=False)
H A Diotests.py1301 def wait_until_completed(self, drive='drive0', check_offset=True, argument
1310 if check_offset:
/qemu/block/
H A Dqcow2-cluster.c451 bool check_offset = false; in count_contiguous_subclusters() local
474 check_offset = (type == QCOW2_SUBCLUSTER_NORMAL || in count_contiguous_subclusters()
479 } else if (check_offset) { in count_contiguous_subclusters()