Searched defs:total_sectors (Results 1 - 6 of 6) sorted by relevance

/external/blktrace/btt/
H A Dseek.c41 double total_sectors; member in struct:seeki
216 sip->total_sectors = 0.0;
266 sip->total_sectors += dist;
280 return sip->total_sectors / sip->tot_seeks;
/external/f2fs-tools/lib/
H A Dlibf2fs.c350 c->total_sectors = 0;
426 uint32_t total_sectors; local
430 u_int64_t wanted_total_sectors = c->total_sectors;
445 c->total_sectors = stat_buf.st_size / c->sector_size;
461 if (ioctl(fd, BLKGETSIZE64, &c->total_sectors) < 0) {
465 c->total_sectors /= c->sector_size;
467 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) {
471 total_sectors /= c->sector_size;
472 c->total_sectors = total_sectors;
[all...]
/external/qemu/include/block/
H A Dblock_int.h140 int64_t total_sectors; /* if we are reading a disk image, give its member in struct:BlockDriverState
182 /* Whether the disk can expand beyond total_sectors */
/external/f2fs-tools/include/
H A Df2fs_fs.h232 u_int64_t total_sectors; member in struct:f2fs_configuration
/external/qemu/
H A Dblock.c385 * Set the current 'total_sectors' value
404 bs->total_sectors = hint;
419 bs->total_sectors = 0;
473 ret = refresh_total_sectors(bs, bs->total_sectors);
750 int64_t sector, total_sectors; local
795 total_sectors = bdrv_getlength(bs) >> BDRV_SECTOR_BITS;
798 for (sector = 0; sector < total_sectors; sector += n) {
1135 /* Fixed size devices use the total_sectors value for speed instead of
1138 total_sectors. */
1140 return bs->total_sectors * BDRV_SECTOR_SIZ
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c6309 Bit16u max_cylinder, cylinder, total_sectors; local

Completed in 191 milliseconds