Home
last modified time | relevance | path

Searched refs:fill_io_u_off (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dprofile.h13 int (*fill_io_u_off)(struct thread_data *, struct io_u *, unsigned int *); member
Dio_u.c409 if (ops->fill_io_u_off) in get_next_offset()
410 return ops->fill_io_u_off(td, io_u, is_random); in get_next_offset()