Lines Matching refs:bytes_total
130 unsigned long long bytes_total, bytes_done;
138 bytes_total = td->total_io_size;
144 bytes_total = td->fill_device_size;
147 if (td->o.zone_size && td->o.zone_skip && bytes_total) {
151 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip;
153 bytes_total -= nr_zones * td->o.zone_skip;
157 * if writing and verifying afterwards, bytes_total will be twice the
168 bytes_total += (bytes_total * perc) / 100;
170 bytes_total <<= 1;
178 if (bytes_total) {
179 perc = (double) bytes_done / (double) bytes_total;
235 r_eta = (bytes_total / 1024) / rate_bytes;