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

/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.c39 range[1] = config.total_sectors * config.sector_size;
61 config.total_sectors);
H A Df2fs_format_main.c105 config.total_sectors = atoll(argv[optind+1]);
107 config.total_sectors, argv[optind+1]);
H A Df2fs_format.c198 set_sb(block_count, config.total_sectors >> log_sectors_per_block);
214 set_sb(segment_count, (config.total_sectors * config.sector_size -
/external/f2fs-tools/lib/
H A Dlibf2fs.c350 c->total_sectors = 0;
437 uint32_t total_sectors; local
441 u_int64_t wanted_total_sectors = c->total_sectors;
460 c->total_sectors = stat_buf.st_size / c->sector_size;
472 if (ioctl(fd, BLKGETSIZE64, &c->total_sectors) < 0) {
476 c->total_sectors /= c->sector_size;
478 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) {
482 total_sectors /= c->sector_size;
483 c->total_sectors = total_sectors;
[all...]
/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/include/
H A Df2fs_fs.h235 u_int64_t total_sectors; member in struct:f2fs_configuration

Completed in 128 milliseconds