Home
last modified time | relevance | path

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

/external/fio/
Dverify.c56 if (!o->verify_pattern_bytes) { in fill_verify_pattern()
68 o->verify_pattern_bytes, len); in fill_verify_pattern()
72 fill_pattern(p, len, o->verify_pattern, o->verify_pattern_bytes); in fill_verify_pattern()
340 pattern_size = td->o.verify_pattern_bytes; in verify_io_u_pattern()
369 if (mod == td->o.verify_pattern_bytes) in verify_io_u_pattern()
388 if (td->o.verify_pattern_bytes) in verify_io_u_meta()
1133 if (!td->o.verify_pattern_bytes) { in get_next_verify()
Dthread_options.h99 unsigned int verify_pattern_bytes; member
328 uint32_t verify_pattern_bytes; member
Dcconv.c144 o->verify_pattern_bytes = le32_to_cpu(top->verify_pattern_bytes); in convert_thread_options_to_cpu()
318 top->verify_pattern_bytes = cpu_to_le32(o->verify_pattern_bytes); in convert_thread_options_to_net()
Dbackend.c800 if (!td->o.verify_pattern_bytes) { in do_io()
1098 if (td_write(td) && td->o.verify_pattern_bytes) { in init_io_u()
Doptions.c1043 &td->o.verify_pattern_bytes); in str_verify_pattern_cb()