Home | History | Annotate | Download | only in fio

Lines Matching refs:gco

1498 	struct gfio_client_options *gco = NULL;
1516 gco = flist_entry(entry, struct gfio_client_options, list);
1517 name = gco->o.name;
1524 gco = NULL;
1527 if (!gco) {
1533 gopt_set_options(gjv, &gco->o);
1540 struct gfio_client_options *gco;
1555 gco = flist_entry(entry, struct gfio_client_options, list);
1556 o = &gco->o;
1580 gco = flist_first_entry(&gc->o_list, struct gfio_client_options, list);
1581 gjv->o = &gco->o;
1586 gopt_add_options(gjv, &gco->o);