Lines Matching refs:top
38 '-F', iotests.imgfmt, top, str(size_long))
49 vm.add_drive(top, 'backing=mid,node-name=top')
54 iotests.FilePath('top') as top:
62 iotests.qemu_io_log('-c', 'read -P 1 0 %d' % size_short, top)
63 iotests.qemu_io_log('-c', 'read -P 0 %d %d' % (size_short, size_diff), top)
77 top)
85 iotests.qemu_img_log('map', '--output=json', top)
86 iotests.qemu_img_log('map', '--output=human', top)
90 iotests.qemu_img_log('commit', top)
122 iotests.qemu_img_log('commit', '-b', base, top)
164 '-F', iotests.imgfmt, top, top_size_old)
173 '--preallocation', prealloc, top, top_size_new)
174 iotests.qemu_io_log('-c', 'read -P 0 %s 64k' % off, top)
175 iotests.qemu_io_log('-c', 'map', top)
176 iotests.qemu_img_log('map', '--output=json', top)