Home
last modified time | relevance | path

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

/qemu/block/
H A Dparallels.h89 unsigned int off_multiplier; member
H A Dparallels.c110 return (uint64_t)le32_to_cpu(s->bat_bitmap[idx]) * s->off_multiplier; in bat2sect()
375 host_off / BDRV_SECTOR_SIZE / s->off_multiplier); in allocate_clusters()
1276 s->off_multiplier = 1; in parallels_open()
1279 s->off_multiplier = le32_to_cpu(ph.tracks); in parallels_open()