Home | History | Annotate | Download | only in fio

Lines Matching defs:writes

224 	 *	Sequential writes, or
225 * Random writes that lay out the file as it goes along
334 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */
349 reads = writes = waits = 0;
408 writes++;
442 if (writes && read_only) {
443 log_err("fio: <%s> skips replay of %d writes due to"
444 " read-only\n", td->o.name, writes);
445 writes = 0;
448 if (!reads && !writes && !waits)
450 else if (reads && !writes)
452 else if (!reads && writes)