Searched defs:fio_option (Results 1 – 1 of 1) sorted by relevance
41 struct fio_option { struct42 const char *name; /* option name */43 const char *lname; /* long option name */44 const char *alias; /* possible old allowed name */68 struct fio_option *inv_opt; /* cached lookup */ argument69 int (*verify)(struct fio_option *, void *); argument80 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, in… argument