Searched refs:image_copyout_zeroes (Results 1 – 4 of 4) sorted by relevance
38 int image_copyout_zeroes(int fd, size_t count);
230 return image_copyout_zeroes(fd, pad_size); in vhdx_write_and_pad()504 error = image_copyout_zeroes(fd, SIZE_1MB - 5*SIZE_64KB); in vhdx_write()507 error = image_copyout_zeroes(fd, SIZE_1MB); in vhdx_write()
544 image_copyout_zeroes(int fd, size_t count) in image_copyout_zeroes() function621 error = image_copyout_zeroes(fd, sz); in image_copyout_region()
353 error = image_copyout_zeroes(fd, imgsz - rawsz); in vhd_dyn_write()