Lines Matching refs:start
11 * Test creates a series of files and start AIO operations on them.
117 off_t start;
571 off_t rand_byte = oper->start;
575 range = (oper->end - oper->start) / (1024 * 1024);
669 static struct io_oper *create_oper(int fd, int rw, off_t start, off_t end,
678 oper->start = start;
680 oper->last_offset = oper->start;
684 oper->total_ios = (oper->end - oper->start) / oper->reclen;
692 * start any io
805 oper->last_offset = oper->start;
829 if (oper->started_ios || oper->start == 0)
837 if (S_ISREG(buf.st_mode) && buf.st_size < oper->start)