Lines Matching refs:gopt_bool
35 struct gopt_bool { struct
578 struct gopt_bool *b = (struct gopt_bool *) data; in gopt_bool_toggled()
588 struct gopt_bool *b_inv = container_of(g_inv, struct gopt_bool, gopt); in gopt_bool_toggled()
602 struct gopt_bool *b = (struct gopt_bool *) data; in gopt_bool_destroy()
608 static void gopt_bool_set_val(struct gopt_bool *b, unsigned int val) in gopt_bool_set_val()
617 struct gopt_bool *b; in gopt_new_bool()
922 struct gopt_bool *b; in gopt_set_option()
927 b = container_of(gopt, struct gopt_bool, gopt); in gopt_set_option()
1286 struct gopt_bool *b, struct fio_option *o) in gopt_handle_bool_changed()
1358 struct gopt_bool *b; in gopt_handle_changed()
1360 b = container_of(gopt, struct gopt_bool, gopt); in gopt_handle_changed()