Home
last modified time | relevance | path

Searched refs:host_off (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dparallels.c231 if (host_off == 0) { in parallels_fill_used_bitmap()
285 host_off = s->data_end * BDRV_SECTOR_SIZE; in allocate_clusters()
321 host_off = s->data_start * BDRV_SECTOR_SIZE; in allocate_clusters()
322 host_off += first_free * s->cluster_size; in allocate_clusters()
376 host_off += s->cluster_size; in allocate_clusters()
378 if (host_off > s->data_end * BDRV_SECTOR_SIZE) { in allocate_clusters()
379 s->data_end = host_off / BDRV_SECTOR_SIZE; in allocate_clusters()
564 if (host_off == 0) { in parallels_co_pdiscard()
793 int64_t host_off, host_sector, guest_sector; in parallels_check_duplicate() local
825 if (host_off == 0) { in parallels_check_duplicate()
[all …]