Home
last modified time | relevance | path

Searched refs:gopt_bool (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dgoptions.c36 struct gopt_bool { struct
579 struct gopt_bool *b = (struct gopt_bool *) data; in gopt_bool_toggled()
589 struct gopt_bool *b_inv = container_of(g_inv, struct gopt_bool, gopt); in gopt_bool_toggled()
603 struct gopt_bool *b = (struct gopt_bool *) data; in gopt_bool_destroy()
609 static void gopt_bool_set_val(struct gopt_bool *b, unsigned int val) in gopt_bool_set_val()
618 struct gopt_bool *b; in gopt_new_bool()
923 struct gopt_bool *b; in gopt_set_option()
928 b = container_of(gopt, struct gopt_bool, gopt); in gopt_set_option()
1288 struct gopt_bool *b, struct fio_option *o) in gopt_handle_bool_changed()
1360 struct gopt_bool *b; in gopt_handle_changed()
[all …]