Lines Matching refs:total_sectors
198 dev->nr_zones = dev->total_sectors / sectors;
199 if (dev->total_sectors % sectors)
246 uint64_t total_sectors = (dev->total_sectors * c.sector_size)
257 while (sector < total_sectors) {
299 uint64_t total_sectors;
319 total_sectors = (dev->total_sectors * c.sector_size) >> 9;
321 while (sector < total_sectors) {
340 for (i = 0; i < rep->nr_zones && sector < total_sectors; i++) {
392 if (sector != total_sectors) {
395 (unsigned long long)dev->total_sectors);
452 uint64_t total_sectors;
464 total_sectors = (dev->total_sectors * c.sector_size) >> 9;
465 while (sector < total_sectors) {
484 for (i = 0; i < rep->nr_zones && sector < total_sectors; i++) {