Searched refs:fio_option (Results 1 – 18 of 18) sorted by relevance
/external/fio/ |
D | parse.h | 41 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 …]
|
D | options.h | 12 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);
|
D | parse.c | 25 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 …]
|
D | goptions.c | 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() [all …]
|
D | options.c | 1084 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 …]
|
D | profile.h | 29 struct fio_option *options;
|
D | profile.c | 47 struct fio_option *o; in add_profile_options()
|
D | ioengine.h | 153 struct fio_option *options;
|
D | fio.h | 447 extern void options_mem_dupe(void *data, struct fio_option *options);
|
/external/fio/engines/ |
D | gfapi.h | 16 extern struct fio_option gfapi_options[];
|
D | cpu.c | 17 static struct fio_option options[] = {
|
D | e4defrag.c | 44 static struct fio_option options[] = {
|
D | glusterfs.c | 10 struct fio_option gfapi_options[] = {
|
D | libaio.c | 44 static struct fio_option options[] = {
|
D | rbd.c | 35 static struct fio_option options[] = {
|
D | net.c | 76 static struct fio_option options[] = {
|
/external/fio/profiles/ |
D | tiobench.c | 35 static struct fio_option options[] = {
|
D | act.c | 90 static struct fio_option options[] = {
|