Home | History | Annotate | Download | only in fio

Lines Matching refs:boffset

1400 	uint64_t boffset;
1408 boffset = io_u->offset;
1417 offset = (io_u->start_time.tv_usec ^ boffset) & 511;
1421 memcpy(p + offset, &boffset, sizeof(boffset));
1426 boffset += 512;