HomeSort by relevance Sort by last modified time
    Searched full:image_sectors (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
cow.c 225 int64_t image_sectors = 0; local
232 image_sectors = options->value.n / 512;
266 cow_header.size = cpu_to_be64(image_sectors * 512);
274 ret = ftruncate(cow_fd, sizeof(cow_header) + ((image_sectors + 7) >> 3));

Completed in 1226 milliseconds