Home | History | Annotate | Download | only in fio

Lines Matching refs:odir

168 	char *str, *p, *odir, *ddir;
179 odir = strchr(str, ',');
180 if (odir) {
181 ddir = strchr(odir + 1, ',');
189 op = strdup(odir + 1);
195 ret = bssplit_ddir(&td->o, DDIR_WRITE, odir + 1);
197 *odir = '\0';