• Home
  • Raw
  • Download

Lines Matching refs:fio_option

133 				      struct fio_option *parent,  in gopt_set_children_visible()
144 struct fio_option *o = child->data; in gopt_set_children_visible()
208 struct fio_option *o = &fio_options[s->gopt.opt_index]; in gopt_str_changed()
235 struct fio_option *o, const char *text, in gopt_new_str_store()
269 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_changed()
288 struct fio_option *o, in __gopt_new_combo()
314 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_str_set_val()
331 struct fio_option *o, const char *text, in gopt_new_combo_str()
359 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_int_set_val()
376 struct fio_option *o, unsigned int *ip, in gopt_new_combo_int()
422 struct fio_option *o, unsigned int idx) in gopt_new_str_multi()
461 struct fio_option *o = &fio_options[i->gopt.opt_index]; in gopt_int_changed()
502 struct fio_option *o, in __gopt_new_int()
552 struct fio_option *o, unsigned int *ip, in gopt_new_int()
568 struct fio_option *o, unsigned long long *p, in gopt_new_ullong()
580 struct fio_option *o = &fio_options[b->gopt.opt_index]; in gopt_bool_toggled()
615 struct fio_option *o, unsigned int *val, in gopt_new_bool()
708 struct fio_option *o, unsigned int **ip, in gopt_new_int_range()
825 struct fio_option *o, in gopt_new_str_val()
869 static void gopt_set_option(struct gopt_job_view *gjv, struct fio_option *o, in gopt_set_option()
1008 struct fio_option *o, unsigned int opt_index, in gopt_add_option()
1138 struct fio_option *o = &fio_options[i]; in gopt_add_options()
1158 struct fio_option *o = &fio_options[i]; in gopt_set_options()
1206 struct fio_option *o) in gopt_handle_str_multi_changed()
1236 struct fio_option *o) in gopt_handle_range_changed()
1253 struct fio_option *o) in gopt_handle_str_val_changed()
1277 struct gopt_str *s, struct fio_option *o) in gopt_handle_str_changed()
1288 struct gopt_bool *b, struct fio_option *o) in gopt_handle_bool_changed()
1298 struct gopt_int *i, struct fio_option *o) in gopt_handle_int_changed()
1311 struct fio_option *o) in gopt_handle_combo_str_changed()
1323 struct fio_option *o) in gopt_handle_combo_int_changed()
1334 struct fio_option *o = &fio_options[gopt->opt_index]; in gopt_handle_changed()
1611 struct fio_option *o = &fio_options[i]; in gopt_init()
1621 struct fio_option *parent; in gopt_init()