Lines Matching defs:in
11 #include <netinet/in.h>
964 log_err("fio: mismatch in zoned input <%s>\n", str);
1081 log_err("fio: steadystate threshold must be specified in addition to criterion\n");
1137 * Return next name in the string. Files are separated with ':'. If the ':'
1447 log_err("fio: job <%s> has write bit set, but fio is in"
1518 .help = "Directory to store files in",
1800 .help = "Number of IO buffers to keep in flight",
1813 .help = "Number of IO buffers to submit in one go",
1827 .help = "Min number of IO buffers to retrieve in one go",
1841 .help = "Max number of IO buffers to retrieve in one go",
2016 .help = "Set block size range (in more detail than bs)",
3628 .help = "Unlink created files after each loop in a job has completed",
3644 .lname = "Exit-all on terminate in error",
3647 .help = "Terminate all jobs when one exits in error",
3688 .help = "Include job number in generated log files or not",
3748 .help = "Integer in range [0,6]. Higher coarseness outputs"
3770 .help = "Log max sample in a window instead of average",
3791 .help = "Log in compressed chunks of this size",
3822 .help = "Store logs in a compressed format",
3845 .help = "Use Unix time in log files",
3963 .help = "Size of compressible region in buffer",
4485 .desc = "Page size in the system",
4493 .desc = "Number of CPUs online in the system",
4593 char in[OPT_LEN_MAX+1];
4595 char *inptr = in;
4605 in[OPT_LEN_MAX] = '\0';
4606 strncpy(in, opt, OPT_LEN_MAX);
4664 * If there's more in the original string, copy that
4665 * in too