Home | History | Annotate | Download | only in fio

Lines Matching refs:first_write

1637 			f->first_write = -1ULL;
1660 if (f->first_write == -1ULL ||
1661 io_u->offset < f->first_write)
1662 f->first_write = io_u->offset;