Searched defs:fio_option (Results 1 – 1 of 1) sorted by relevance
43 struct fio_option { struct44 const char *name; /* option name */45 const char *lname; /* long option name */46 const char *alias; /* possible old allowed name */70 struct fio_option *inv_opt; /* cached lookup */ argument71 int (*verify)(struct fio_option *, void *); argument83 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, st… argument