Searched refs:zone_bytes (Results 1 – 4 of 4) sorted by relevance
169 uint64_t zone_bytes; in thread_eta() local171 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip; in thread_eta()172 nr_zones = (zone_bytes - 1) / (td->o.zone_size + td->o.zone_skip); in thread_eta()
92 td->zone_bytes = 0; in reset_io_counters()
253 uint64_t zone_bytes; member
743 if (td->zone_bytes >= td->o.zone_size && td->o.zone_skip) { in fill_io_u()746 td->zone_bytes = 0; in fill_io_u()789 td->zone_bytes += io_u->buflen; in fill_io_u()