Home
last modified time | relevance | path

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

/external/fio/
Dverify.c65 if (!o->verify_pattern_bytes) { in fill_verify_pattern()
79 o->verify_pattern_bytes, len); in fill_verify_pattern()
83 (void)paste_format(td->o.verify_pattern, td->o.verify_pattern_bytes, in fill_verify_pattern()
384 pattern_size = td->o.verify_pattern_bytes; in verify_io_u_pattern()
414 if (mod == td->o.verify_pattern_bytes) in verify_io_u_pattern()
948 if (td->o.verify_pattern_bytes) in verify_io_u()
1371 if (!td->o.verify_pattern_bytes) { in get_next_verify()
Dthread_options.h112 unsigned int verify_pattern_bytes; member
385 uint32_t verify_pattern_bytes; member
Dcconv.c170 o->verify_pattern_bytes = le32_to_cpu(top->verify_pattern_bytes); in convert_thread_options_to_cpu()
375 top->verify_pattern_bytes = cpu_to_le32(o->verify_pattern_bytes); in convert_thread_options_to_net()
Dbackend.c934 if (!td->o.verify_pattern_bytes) { in do_io()
1228 if (td_write(td) && td->o.verify_pattern_bytes) { in init_io_u()
Doptions.c1358 td->o.verify_pattern_bytes = ret; in str_verify_pattern_cb()