Searched refs:current_size (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 146 | 60 echo === Testing VPC with current_size force === 87 echo === Testing Hyper-V with current_size force === 114 echo === Testing d2v with current_size force === 156 echo === Read created image, force_size_calc=current_size ==== 186 echo === Read created image, force_size_calc=current_size ====
|
| H A D | 146.out | 7 === Testing VPC with current_size force === 19 === Testing Hyper-V with current_size force === 156 === Testing d2v with current_size force === 426 === Read created image, force_size_calc=current_size ==== 442 === Read created image, force_size_calc=current_size ====
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | asset.py | 87 current_size = tmp_cache_file.stat().st_size 88 new_size = current_size 103 if new_size != current_size: 105 current_size = new_size
|
| /openbmc/qemu/block/ |
| H A D | vpc.c | 81 uint64_t current_size; member 344 bs->total_sectors = be64_to_cpu(footer->current_size) / in vpc_open() 1070 footer.current_size = cpu_to_be64(total_size); in vpc_co_create()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | bios_table.c | 29 #define BUFFER_SIZE_EXPECT(current_size, expected_size) \ argument 31 if ((current_size) < (expected_size)) \
|
| /openbmc/qemu/ |
| H A D | qemu-img.c | 4177 int64_t n, total_size, current_size; in img_resize() local 4331 current_size = blk_getlength(blk); in img_resize() 4332 if (current_size < 0) { in img_resize() 4334 strerror(-current_size)); in img_resize() 4340 total_size = current_size + n * relative; in img_resize() 4350 if (total_size <= current_size && prealloc != PREALLOC_MODE_OFF) { in img_resize() 4356 if (total_size < current_size && !shrink) { in img_resize()
|
| H A D | block.c | 606 int64_t current_size, in create_file_fallback_zero_first_sector() argument 615 bytes_to_clear = MIN(current_size, MAX(BDRV_SECTOR_SIZE, alignment)); in create_file_fallback_zero_first_sector()
|