Searched refs:get_next_verify (Results 1 - 4 of 4) sorted by relevance

/external/fio/
H A Dverify.h78 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
H A Dverify.c1073 int get_next_verify(struct thread_data *td, struct io_u *io_u) function
1143 dprint(FD_VERIFY, "get_next_verify: ret io_u %p\n", io_u);
1154 dprint(FD_VERIFY, "get_next_verify: empty\n");
H A Dbackend.c475 if (get_next_verify(td, io_u)) {
H A Dio_u.c1382 if (get_verify && !get_next_verify(td, io_u)) {

Completed in 1169 milliseconds