Home
last modified time | relevance | path

Searched refs:verify_pattern_bytes (Results 1 – 5 of 5) sorted by relevance

/dports/benchmarks/fio/fio-3.29/
H A Dverify.c55 if (!o->verify_pattern_bytes) { in fill_verify_pattern()
72 o->verify_pattern_bytes, len); in fill_verify_pattern()
76 (void)paste_format(td->o.verify_pattern, td->o.verify_pattern_bytes, in fill_verify_pattern()
377 pattern_size = td->o.verify_pattern_bytes; in verify_io_u_pattern()
407 if (mod == td->o.verify_pattern_bytes) in verify_io_u_pattern()
940 if (td->o.verify_pattern_bytes) in verify_io_u()
1366 if (!td->o.verify_pattern_bytes) { in get_next_verify()
H A Dthread_options.h142 unsigned int verify_pattern_bytes; member
459 uint32_t verify_pattern_bytes; member
H A Dcconv.c177 o->verify_pattern_bytes = le32_to_cpu(top->verify_pattern_bytes); in convert_thread_options_to_cpu()
407 top->verify_pattern_bytes = cpu_to_le32(o->verify_pattern_bytes); in convert_thread_options_to_net()
H A Dbackend.c1367 if (td_write(td) && td->o.verify_pattern_bytes) {
H A Doptions.c1425 td->o.verify_pattern_bytes = ret; in str_verify_pattern_cb()