Searched refs:rawsz (Results 1 – 2 of 2) sorted by relevance
278 uint64_t imgsz, rawsz; in vhd_dyn_write() local286 rawsz = image_get_size() * secsz; in vhd_dyn_write()287 imgsz = (rawsz + VHD_BLOCK_SIZE - 1) & ~(VHD_BLOCK_SIZE - 1); in vhd_dyn_write()289 vhd_make_footer(&footer, rawsz, VHD_DISK_TYPE_DYNAMIC, sizeof(footer)); in vhd_dyn_write()334 nblks = rawsz / secsz; in vhd_dyn_write()355 error = image_copyout_zeroes(fd, imgsz - rawsz); in vhd_dyn_write()
484 uint64_t imgsz, rawsz; in vhdx_write() local487 rawsz = image_get_size() * secsz; in vhdx_write()488 imgsz = (rawsz + PAYLOAD_BLOCK_SIZE - 1) & ~(PAYLOAD_BLOCK_SIZE - 1); in vhdx_write()