Home
last modified time | relevance | path

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

/qemu/block/
H A Dparallels.c153 int to_end; in block_status() local
162 to_end = cluster_remainder(s, sector_num, nb_sectors); in block_status()
163 nb_sectors -= to_end; in block_status()
164 sector_num += to_end; in block_status()
165 *pnum += to_end; in block_status()
168 prev_end_off += to_end; in block_status()