Lines Matching defs:td
88 static struct ioengine_ops *dlopen_ioengine(struct thread_data *td, in dlopen_ioengine()
134 struct ioengine_ops *load_ioengine(struct thread_data *td, const char *name) in load_ioengine()
174 void free_ioengine(struct thread_data *td) in free_ioengine()
191 void close_ioengine(struct thread_data *td) in close_ioengine()
203 int td_io_prep(struct thread_data *td, struct io_u *io_u) in td_io_prep()
222 int td_io_getevents(struct thread_data *td, unsigned int min, unsigned int max, in td_io_getevents()
265 int td_io_queue(struct thread_data *td, struct io_u *io_u) in td_io_queue()
371 int td_io_init(struct thread_data *td) in td_io_init()
391 int td_io_commit(struct thread_data *td) in td_io_commit()
417 int td_io_open_file(struct thread_data *td, struct fio_file *f) in td_io_open_file()
498 int td_io_close_file(struct thread_data *td, struct fio_file *f) in td_io_close_file()
516 int td_io_unlink_file(struct thread_data *td, struct fio_file *f) in td_io_unlink_file()
524 int td_io_get_file_size(struct thread_data *td, struct fio_file *f) in td_io_get_file_size()
532 static int do_sync_file_range(const struct thread_data *td, in do_sync_file_range()
546 int do_io_u_sync(const struct thread_data *td, struct io_u *io_u) in do_io_u_sync()
572 int do_io_u_trim(const struct thread_data *td, struct io_u *io_u) in do_io_u_trim()
593 struct thread_data td; in fio_show_ioengine_help() local