Home | History | Annotate | Download | only in fio

Lines Matching refs:du

255 		struct cmd_du_pdu *p = &gc->du[i];
271 gc->du = realloc(gc->du, (nr + 1) * sizeof(struct cmd_du_pdu));
272 memcpy(&gc->du[nr], p, sizeof(*p));