HomeSort by relevance Sort by last modified time
    Searched refs:fio_option (Results 1 - 16 of 16) sorted by null

  /external/fio/
parse.h 41 struct fio_option { struct
68 struct fio_option *inv_opt; /* cached lookup */
69 int (*verify)(struct fio_option *, void *);
80 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, int);
81 extern void sort_options(char **, struct fio_option *, int);
82 extern int parse_cmd_option(const char *t, const char *l, struct fio_option *, void *);
83 extern int show_cmd_help(struct fio_option *, const char *);
84 extern void fill_default_options(void *, struct fio_option *);
85 extern void option_init(struct fio_option *);
    [all...]
options.h 12 int add_option(struct fio_option *);
23 extern struct fio_option fio_options[FIO_MAX_OPTS];
25 static inline int o_match(struct fio_option *o, const char *opt)
35 static inline struct fio_option *find_option(struct fio_option *options,
38 struct fio_option *o;
136 extern struct fio_option *fio_option_find(const char *name);
profile.h 29 struct fio_option *options;
parse.c 21 static struct fio_option *__fio_options;
31 static void posval_sort(struct fio_option *o, struct value_pair *vpmap)
49 static void show_option_range(struct fio_option *o,
71 static void show_option_values(struct fio_option *o)
91 static void show_option_help(struct fio_option *o, int is_err)
408 static int __handle_option(struct fio_option *o, const char *ptr, void *data,
794 static int handle_option(struct fio_option *o, const char *__ptr, void *data)
854 static struct fio_option *get_option(char *opt,
855 struct fio_option *options, char **post)
857 struct fio_option *o
    [all...]
goptions.c 132 struct fio_option *parent,
143 struct fio_option *o = child->data;
207 struct fio_option *o = &fio_options[s->gopt.opt_index];
234 struct fio_option *o, const char *text,
268 struct fio_option *o = &fio_options[c->gopt.opt_index];
287 struct fio_option *o,
313 struct fio_option *o = &fio_options[c->gopt.opt_index];
330 struct fio_option *o, const char *text,
358 struct fio_option *o = &fio_options[c->gopt.opt_index];
375 struct fio_option *o, unsigned int *ip
    [all...]
profile.c 47 struct fio_option *o;
ioengine.h 151 struct fio_option *options;
options.c 1081 static int rw_verify(struct fio_option *o, void *data)
1094 static int gtod_cpu_verify(struct fio_option *o, void *data)
1271 struct fio_option fio_options[FIO_MAX_OPTS] = {
    [all...]
fio.h 437 extern void options_mem_dupe(void *data, struct fio_option *options);
  /external/fio/engines/
cpu.c 17 static struct fio_option options[] = {
e4defrag.c 44 static struct fio_option options[] = {
libaio.c 29 static struct fio_option options[] = {
rbd.c 31 static struct fio_option options[] = {
net.c 63 static struct fio_option options[] = {
  /external/fio/profiles/
tiobench.c 35 static struct fio_option options[] = {
act.c 90 static struct fio_option options[] = {

Completed in 100 milliseconds