Searched refs:gopt_mark_index (Results 1 – 1 of 1) sorted by relevance
/external/fio/ |
D | goptions.c | 159 static void gopt_mark_index(struct gopt_job_view *gjv, struct gopt *gopt, in gopt_mark_index() function 250 gopt_mark_index(gjv, &s->gopt, idx, GOPT_STR); in gopt_new_str_store() 303 gopt_mark_index(gjv, &c->gopt, idx, type); in __gopt_new_combo() 431 gopt_mark_index(gjv, &m->gopt, idx, GOPT_STR_MULTI); in gopt_new_str_multi() 536 gopt_mark_index(gjv, &i->gopt, idx, GOPT_INT); in __gopt_new_int() 630 gopt_mark_index(gjv, &b->gopt, idx, GOPT_BOOL); in gopt_new_bool() 720 gopt_mark_index(gjv, &r->gopt, idx, GOPT_RANGE); in gopt_new_int_range() 839 gopt_mark_index(gjv, &g->gopt, idx, GOPT_STR_VAL); in gopt_new_str_val()
|