Home | History | Annotate | Download | only in fio

Lines Matching defs:__o

1062 	struct fio_option *__o;
1064 for (__o = options + 1; __o->name; __o++)
1065 if (__o->parent && !strcmp(__o->parent, o->name))
1066 return __o;
1095 struct fio_option *__o;
1106 while ((__o = find_child(o, parent)) != NULL) {
1107 __print_option(__o, o, level);
1108 o = __o;