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

  /external/f2fs-tools/lib/
libf2fs_zoned.c 98 dev->nr_zones = dev->total_sectors / sectors;
99 if (dev->total_sectors % sectors)
113 u_int64_t total_sectors; local
126 total_sectors = (dev->total_sectors * c.sector_size) >> 9;
128 while (sector < total_sectors) {
147 for (i = 0; i < rep->nr_zones && sector < total_sectors; i++) {
190 if (sector != total_sectors) {
193 (unsigned long long)dev->total_sectors);
221 u_int64_t total_sectors; local
    [all...]
libf2fs.c 593 c.total_sectors = 0;
786 uint32_t total_sectors; local
834 dev->total_sectors = c.device_size / dev->sector_size;
836 dev->total_sectors = stat_buf->st_size / dev->sector_size;
845 if (ioctl(fd, BLKGETSIZE64, &dev->total_sectors) < 0) {
851 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) {
856 dev->total_sectors = total_sectors;
858 dev->total_sectors /= dev->sector_size;
947 c.total_sectors += dev->total_sectors
    [all...]
  /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/syslinux/core/fs/fat/
fat.c 730 sector_t total_sectors; local
747 total_sectors = fat.bxSectors ? : fat.bsHugeSectors;
759 clusters = (total_sectors - sbi->data) >> sbi->clust_shift;
  /external/f2fs-tools/fsck/
mount.c 666 u64 total_sectors; local
715 total_sectors = get_sb(block_count) << sbi->log_sectors_per_block;
717 total_sectors, total_sectors >>
    [all...]
  /external/syslinux/core/fs/ntfs/
ntfs.h 40 uint64_t total_sectors; member in struct:ntfs_bpb
  /external/f2fs-tools/include/
f2fs_fs.h 307 u_int64_t total_sectors; /* got by get_device_info */ member in struct:device_info
336 u_int64_t total_sectors; member in struct:f2fs_configuration
    [all...]

Completed in 91 milliseconds