Home
last modified time | relevance | path

Searched refs:io_u_should_trim (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dtrim.h8 extern int io_u_should_trim(struct thread_data *td, struct io_u *io_u);
27 static inline int io_u_should_trim(struct thread_data *td, struct io_u *io_u) in io_u_should_trim() function
Dtrim.c70 int io_u_should_trim(struct thread_data *td, struct io_u *io_u) in io_u_should_trim() function
Diolog.c216 if (io_u_should_trim(td, io_u)) { in log_io_piece()