Home
last modified time | relevance | path

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

/external/fio/
Dverify.h96 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
Dverify.c1299 int get_next_verify(struct thread_data *td, struct io_u *io_u) in get_next_verify() function
Dbackend.c655 if (get_next_verify(td, io_u)) { in do_verify()
Dio_u.c1540 if (get_verify && !get_next_verify(td, io_u)) { in check_get_verify()