Home | History | Annotate | Download | only in qemu

Lines Matching defs:total_sectors

432         bs->total_sectors = bdrv_getlength(bs) >> SECTOR_BITS;
518 int64_t i, total_sectors;
533 total_sectors = bdrv_getlength(bs) >> SECTOR_BITS;
534 for (i = 0; i < total_sectors;) {
734 return bs->total_sectors * SECTOR_SIZE;
1049 if (sector_num >= bs->total_sectors) {
1053 n = bs->total_sectors - sector_num;