Lines Matching refs:fio_option
132 struct fio_option *parent, in gopt_set_children_visible()
143 struct fio_option *o = child->data; in gopt_set_children_visible()
207 struct fio_option *o = &fio_options[s->gopt.opt_index]; in gopt_str_changed()
234 struct fio_option *o, const char *text, in gopt_new_str_store()
268 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_changed()
287 struct fio_option *o, in __gopt_new_combo()
313 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_str_set_val()
330 struct fio_option *o, const char *text, in gopt_new_combo_str()
358 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_int_set_val()
375 struct fio_option *o, unsigned int *ip, in gopt_new_combo_int()
421 struct fio_option *o, unsigned int idx) in gopt_new_str_multi()
460 struct fio_option *o = &fio_options[i->gopt.opt_index]; in gopt_int_changed()
501 struct fio_option *o, in __gopt_new_int()
551 struct fio_option *o, unsigned int *ip, in gopt_new_int()
567 struct fio_option *o, unsigned long long *p, in gopt_new_ullong()
579 struct fio_option *o = &fio_options[b->gopt.opt_index]; in gopt_bool_toggled()
614 struct fio_option *o, unsigned int *val, in gopt_new_bool()
707 struct fio_option *o, unsigned int **ip, in gopt_new_int_range()
824 struct fio_option *o, in gopt_new_str_val()
868 static void gopt_set_option(struct gopt_job_view *gjv, struct fio_option *o, in gopt_set_option()
1007 struct fio_option *o, unsigned int opt_index, in gopt_add_option()
1137 struct fio_option *o = &fio_options[i]; in gopt_add_options()
1157 struct fio_option *o = &fio_options[i]; in gopt_set_options()
1204 struct fio_option *o) in gopt_handle_str_multi_changed()
1234 struct fio_option *o) in gopt_handle_range_changed()
1251 struct fio_option *o) in gopt_handle_str_val_changed()
1275 struct gopt_str *s, struct fio_option *o) in gopt_handle_str_changed()
1286 struct gopt_bool *b, struct fio_option *o) in gopt_handle_bool_changed()
1296 struct gopt_int *i, struct fio_option *o) in gopt_handle_int_changed()
1309 struct fio_option *o) in gopt_handle_combo_str_changed()
1321 struct fio_option *o) in gopt_handle_combo_int_changed()
1332 struct fio_option *o = &fio_options[gopt->opt_index]; in gopt_handle_changed()
1609 struct fio_option *o = &fio_options[i]; in gopt_init()
1619 struct fio_option *parent; in gopt_init()