• Home
  • Raw
  • Download

Lines Matching refs:fio_option

27 static struct fio_option *__fio_options;
37 static void posval_sort(struct fio_option *o, struct value_pair *vpmap) in posval_sort()
55 static void show_option_range(struct fio_option *o, in show_option_range()
77 static void show_option_values(struct fio_option *o) in show_option_values()
97 static void show_option_help(struct fio_option *o, int is_err) in show_option_help()
472 static int __handle_option(struct fio_option *o, const char *ptr, void *data, in __handle_option()
869 static int handle_option(struct fio_option *o, const char *__ptr, void *data) in handle_option()
929 struct fio_option *find_option(struct fio_option *options, const char *opt) in find_option()
931 struct fio_option *o; in find_option()
948 static struct fio_option *get_option(char *opt, in get_option()
949 struct fio_option *options, char **post) in get_option()
951 struct fio_option *o; in get_option()
972 struct fio_option *o; in opt_cmp()
996 void sort_options(char **opts, struct fio_option *options, int num_opts) in sort_options()
1003 static void add_to_dump_list(struct fio_option *o, struct flist_head *dump_list, in add_to_dump_list()
1022 struct fio_option *options, void *data, in parse_cmd_option()
1025 struct fio_option *o; in parse_cmd_option()
1043 struct fio_option *options, struct fio_option **o, void *data, in parse_option()
1128 static struct fio_option *find_child(struct fio_option *options, in find_child()
1129 struct fio_option *o) in find_child()
1131 struct fio_option *__o; in find_child()
1140 static void __print_option(struct fio_option *o, struct fio_option *org, in __print_option()
1161 static void print_option(struct fio_option *o) in print_option()
1163 struct fio_option *parent; in print_option()
1164 struct fio_option *__o; in print_option()
1185 int show_cmd_help(struct fio_option *options, const char *name) in show_cmd_help()
1187 struct fio_option *o, *closest; in show_cmd_help()
1261 void fill_default_options(void *data, struct fio_option *options) in fill_default_options()
1263 struct fio_option *o; in fill_default_options()
1272 static void option_init(struct fio_option *o) in option_init()
1310 void options_init(struct fio_option *options) in options_init()
1312 struct fio_option *o; in options_init()
1323 void options_mem_dupe(struct fio_option *options, void *data) in options_mem_dupe()
1325 struct fio_option *o; in options_mem_dupe()
1340 void options_free(struct fio_option *options, void *data) in options_free()
1342 struct fio_option *o; in options_free()