Searched refs:fill_verify_pattern (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | verify.h | 81 extern void fill_verify_pattern(struct thread_data *td, void *p, unsigned int len, struct io_u *io_…
|
D | verify.c | 51 void fill_verify_pattern(struct thread_data *td, void *p, unsigned int len, in fill_verify_pattern() function 94 fill_verify_pattern(td, p, io_u->buflen, io_u, seed, use_seed); in fill_pattern_headers()
|
D | backend.c | 1103 fill_verify_pattern(td, io_u->buf, max_bs, io_u, 0, 0); in init_io_u()
|