Home
last modified time | relevance | path

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

/external/fio/
Dparse.h43 struct fio_option { struct
44 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 */ argument
71 int (*verify)(struct fio_option *, void *); argument
83 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, st… argument