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 bool io_u_should_trim(struct thread_data *td, struct io_u *io_u);
27 static inline bool io_u_should_trim(struct thread_data *td, struct io_u *io_u) in io_u_should_trim() function
Dtrim.c70 bool io_u_should_trim(struct thread_data *td, struct io_u *io_u) in io_u_should_trim() function
Diolog.c223 if (io_u_should_trim(td, io_u)) { in log_io_piece()