Searched refs:verify_interval (Results 1 – 12 of 12) sorted by relevance
21 verify_interval=1M27 verify_interval=512
10 verify_interval=512
21 verify_interval=64k
23 verify_interval=4k
24 verify_interval=64k
745 !o->verify_interval) in fixup_options()746 o->verify_interval = o->min_bs[DDIR_WRITE]; in fixup_options()752 if (o->verify_interval > o->min_bs[DDIR_WRITE]) in fixup_options()753 o->verify_interval = o->min_bs[DDIR_WRITE]; in fixup_options()754 else if (td_read(td) && o->verify_interval > o->min_bs[DDIR_READ]) in fixup_options()755 o->verify_interval = o->min_bs[DDIR_READ]; in fixup_options()761 if (o->verify_interval % o->min_bs[DDIR_WRITE] || in fixup_options()762 o->verify_interval % o->max_bs[DDIR_WRITE]) in fixup_options()763 o->verify_interval = gcd(o->min_bs[DDIR_WRITE], in fixup_options()
109 unsigned int verify_interval; member382 uint32_t verify_interval; member
164 o->verify_interval = le32_to_cpu(top->verify_interval); in convert_thread_options_to_cpu()373 top->verify_interval = cpu_to_le32(o->verify_interval); in convert_thread_options_to_net()
94 if (td->o.verify_interval && td->o.verify_interval <= io_u->buflen) in get_hdr_inc()95 hdr_inc = td->o.verify_interval; in get_hdr_inc()839 if (hdr->offset != io_u->offset + hdr_num * td->o.verify_interval) { in verify_header()1167 hdr->offset = io_u->offset + header_num * td->o.verify_interval; in __fill_hdr()
2772 .off1 = offsetof(struct thread_options, verify_interval),
2426 .. option:: verify_interval=int2430 ``verify_interval``. :option:`blocksize` should divide this evenly.