Home
last modified time | relevance | path

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

/external/fio/
Dparse.h41 struct fio_option { struct
42 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 */ argument
69 int (*verify)(struct fio_option *, void *); argument
80 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, in… argument