Searched refs:io_u_should_trim (Results 1 – 3 of 3) sorted by relevance
8 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
70 int io_u_should_trim(struct thread_data *td, struct io_u *io_u) in io_u_should_trim() function
216 if (io_u_should_trim(td, io_u)) { in log_io_piece()