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

/external/f2fs-tools/lib/
H A Dlibf2fs_zoned.c96 dev->nr_zones = dev->total_sectors / sectors;
97 if (dev->total_sectors % sectors)
111 u_int64_t total_sectors; local
124 total_sectors = (dev->total_sectors * c.sector_size) >> 9;
126 while (sector < total_sectors) {
145 for (i = 0; i < rep->nr_zones && sector < total_sectors; i++) {
188 if (sector != total_sectors) {
191 (unsigned long long)dev->total_sectors);
219 u_int64_t total_sectors; local
[all...]
H A Dlibf2fs.c551 c.total_sectors = 0;
685 uint32_t total_sectors; local
722 dev->total_sectors = c.device_size / dev->sector_size;
724 dev->total_sectors = stat_buf.st_size / dev->sector_size;
731 if (ioctl(fd, BLKGETSIZE64, &dev->total_sectors) < 0) {
736 if (ioctl(fd, BLKGETSIZE, &total_sectors) < 0) {
740 dev->total_sectors = total_sectors;
742 dev->total_sectors /= dev->sector_size;
811 c.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/syslinux/core/fs/fat/
H A Dfat.c730 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/
H A Dmount.c479 u64 total_sectors; local
528 total_sectors = get_sb(block_count) << sbi->log_sectors_per_block;
530 total_sectors, total_sectors >>
/external/syslinux/core/fs/ntfs/
H A Dntfs.h40 uint64_t total_sectors; member in struct:ntfs_bpb
/external/f2fs-tools/include/
H A Df2fs_fs.h244 u_int64_t total_sectors; /* got by get_device_info */ member in struct:device_info
273 u_int64_t total_sectors; member in struct:f2fs_configuration

Completed in 229 milliseconds