Home | History | Annotate | Download | only in lib

Lines Matching defs:total_sectors

98 	dev->nr_zones = dev->total_sectors / sectors;
99 if (dev->total_sectors % sectors)
113 u_int64_t total_sectors;
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;
233 total_sectors = (dev->total_sectors * c.sector_size) >> 9;
234 while (sector < total_sectors) {
253 for (i = 0; i < rep->nr_zones && sector < total_sectors; i++) {