Home | History | Annotate | Download | only in fio

Lines Matching defs:in

751  * Return next name in the string. Files are separated with ':'. If the ':'
987 * The code in verify_io_u_pattern assumes a single byte
1089 log_err("fio: job <%s> has write bit set, but fio is in"
1310 .help = "Directory to store files in",
1561 .help = "Number of IO buffers to keep in flight",
1574 .help = "Number of IO buffers to submit in one go",
1588 .help = "Number of IO buffers to retrieve in one go",
1743 .help = "Set block size range (in more detail than bs)",
3156 .help = "Log in compressed chunks of this size",
3167 .help = "Store logs in a compressed format",
3266 .help = "Size of compressible region in buffer",
3706 .desc = "Page size in the system",
3714 .desc = "Number of CPUs online in the system",
3802 char in[OPT_LEN_MAX+1];
3804 char *inptr = in;
3814 in[OPT_LEN_MAX] = '\0';
3815 strncpy(in, opt, OPT_LEN_MAX);
3873 * If there's more in the original string, copy that
3874 * in too