Home
last modified time | relevance | path

Searched refs:fio_option (Results 1 – 18 of 18) sorted by relevance

/external/fio/
Dparse.h41 struct fio_option { struct
68 struct fio_option *inv_opt; /* cached lookup */ argument
69 int (*verify)(struct fio_option *, void *); argument
82 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, in… argument
83 extern void sort_options(char **, struct fio_option *, int);
84 extern int parse_cmd_option(const char *t, const char *l, struct fio_option *, void *);
85 extern int show_cmd_help(struct fio_option *, const char *);
86 extern void fill_default_options(void *, struct fio_option *);
87 extern void option_init(struct fio_option *);
88 extern void options_init(struct fio_option *);
[all …]
Doptions.h12 int add_option(struct fio_option *);
23 extern struct fio_option fio_options[FIO_MAX_OPTS];
39 extern void fio_option_mark_set(struct thread_options *, struct fio_option *);
41 static inline int o_match(struct fio_option *o, const char *opt) in o_match()
51 static inline struct fio_option *find_option(struct fio_option *options, in find_option()
54 struct fio_option *o; in find_option()
154 extern struct fio_option *fio_option_find(const char *name);
Dparse.c25 static struct fio_option *__fio_options;
35 static void posval_sort(struct fio_option *o, struct value_pair *vpmap) in posval_sort()
53 static void show_option_range(struct fio_option *o, in show_option_range()
75 static void show_option_values(struct fio_option *o) in show_option_values()
95 static void show_option_help(struct fio_option *o, int is_err) in show_option_help()
450 static int __handle_option(struct fio_option *o, const char *ptr, void *data, in __handle_option()
841 static int handle_option(struct fio_option *o, const char *__ptr, void *data) in handle_option()
901 static struct fio_option *get_option(char *opt, in get_option()
902 struct fio_option *options, char **post) in get_option()
904 struct fio_option *o; in get_option()
[all …]
Dgoptions.c132 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()
[all …]
Doptions.c1084 static int rw_verify(struct fio_option *o, void *data) in rw_verify()
1097 static int gtod_cpu_verify(struct fio_option *o, void *data) in gtod_cpu_verify()
1274 struct fio_option fio_options[FIO_MAX_OPTS] = {
3631 static void add_to_lopt(struct option *lopt, struct fio_option *o, in add_to_lopt()
3642 static void options_to_lopts(struct fio_option *opts, in options_to_lopts()
3646 struct fio_option *o = &opts[0]; in options_to_lopts()
3955 struct fio_option *o; in fio_options_parse()
3981 struct fio_option *o = NULL; in fio_options_parse()
4012 struct fio_option *o; in fio_cmd_option_parse()
4039 void options_mem_dupe(void *data, struct fio_option *options) in options_mem_dupe()
[all …]
Dprofile.h29 struct fio_option *options;
Dprofile.c47 struct fio_option *o; in add_profile_options()
Dioengine.h153 struct fio_option *options;
Dfio.h447 extern void options_mem_dupe(void *data, struct fio_option *options);
/external/fio/engines/
Dgfapi.h16 extern struct fio_option gfapi_options[];
Dcpu.c17 static struct fio_option options[] = {
De4defrag.c44 static struct fio_option options[] = {
Dglusterfs.c10 struct fio_option gfapi_options[] = {
Dlibaio.c44 static struct fio_option options[] = {
Drbd.c35 static struct fio_option options[] = {
Dnet.c76 static struct fio_option options[] = {
/external/fio/profiles/
Dtiobench.c35 static struct fio_option options[] = {
Dact.c90 static struct fio_option options[] = {