HomeSort by relevance Sort by last modified time
    Searched refs:total_sectors (Results 1 - 12 of 12) sorted by null

  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 27 range[1] = config.total_sectors * DEFAULT_SECTOR_SIZE;
43 config.total_sectors);
f2fs_format_main.c 105 config.total_sectors = atoll(argv[optind+1]);
106 MSG(0, "\ttotal_sectors=%lu (%s bytes)\n", config.total_sectors, argv[optind+1]);
f2fs_format.c 133 (config.total_sectors * DEFAULT_SECTOR_SIZE) /
151 ((config.total_sectors * DEFAULT_SECTOR_SIZE) -
  /external/f2fs-tools/lib/
libf2fs.c 357 c->total_sectors = 0;
434 u_int64_t wanted_total_sectors = c->total_sectors;
449 c->total_sectors = stat_buf.st_size / c->sector_size;
464 if (ioctl(fd, BLKGETSIZE, &c->total_sectors) < 0) {
477 if (wanted_total_sectors && wanted_total_sectors < c->total_sectors) {
479 c->total_sectors);
480 c->total_sectors = wanted_total_sectors;
485 c->total_sectors);
486 if (c->total_sectors <
  /system/extras/f2fs_utils/
f2fs_utils.c 69 config.total_sectors = len / config.sector_size;
  /external/blktrace/btt/
seek.c 41 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/qemu/include/block/
block_int.h 140 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/qemu/block/
qcow2.c 177 bs->total_sectors = header.size / 512;
318 if ((sector_num + nb_sectors) <= bs->total_sectors)
320 if (sector_num >= bs->total_sectors)
323 n1 = bs->total_sectors - sector_num;
    [all...]
raw-posix.c 259 bs->total_sectors, ret, errno, strerror(errno));
273 bs->total_sectors, ret, errno, strerror(errno));
303 bs->total_sectors, ret, errno, strerror(errno));
    [all...]
  /external/qemu/
block.c 385 * 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_SIZE
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 170 u_int64_t total_sectors; member in struct:f2fs_configuration
  /external/qemu-pc-bios/bochs/bios/
rombios.c 6309 Bit16u max_cylinder, cylinder, total_sectors; local
    [all...]

Completed in 549 milliseconds