Searched refs:rand_byte (Results 1 – 1 of 1) sorted by relevance
583 off_t rand_byte = oper->start; local597 rand_byte += num * 1024 * 1024;604 rand_byte += num;606 if (rand_byte + oper->reclen > oper->end) {607 rand_byte -= oper->reclen;609 return rand_byte;623 off_t rand_byte; local643 rand_byte = random_byte_offset(oper);644 oper->last_offset = rand_byte;646 rand_byte);[all …]