Searched defs:fio_option (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dparse.h41 struct fio_option { struct
68 struct fio_option *inv_opt; /* cached lookup */
69 int (*verify)(struct fio_option *, void *);
82 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, int);
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 *);
[all...]

Completed in 105 milliseconds