Home | History | Annotate | Download | only in fio

Lines Matching defs:in

764  * Return next name in the string. Files are separated with ':'. If the ':'
988 * The code in verify_io_u_pattern assumes a single byte pattern
1086 log_err("fio: job <%s> has write bit set, but fio is in"
1307 .help = "Directory to store files in",
1546 .help = "Number of IO buffers to keep in flight",
1559 .help = "Number of IO buffers to submit in one go",
1573 .help = "Number of IO buffers to retrieve in one go",
1726 .help = "Set block size range (in more detail than bs)",
3174 .help = "Size of compressible region in buffer",
3600 .desc = "Page size in the system",
3608 .desc = "Number of CPUs online in the system",
3696 char in[OPT_LEN_MAX+1];
3698 char *inptr = in;
3708 in[OPT_LEN_MAX] = '\0';
3709 strncpy(in, opt, OPT_LEN_MAX);
3767 * If there's more in the original string, copy that
3768 * in too