Home | History | Annotate | Download | only in fio

Lines Matching refs:opt_index

4095 	int opt_index = 0;
4099 opt_index++;
4103 if (opt_index + 1 == FIO_MAX_OPTS) {
4108 memcpy(&fio_options[opt_index], o, sizeof(*o));
4109 fio_options[opt_index + 1].name = NULL;