Home | History | Annotate | Download | only in fio

Lines Matching refs:io_u

7 #include "io_u.h"
27 int (*prep)(struct thread_data *, struct io_u *);
28 int (*queue)(struct thread_data *, struct io_u *);
31 struct io_u *(*event)(struct thread_data *, int);
32 char *(*errdetails)(struct io_u *);
33 int (*cancel)(struct thread_data *, struct io_u *);
43 int (*io_u_init)(struct thread_data *, struct io_u *);
44 void (*io_u_free)(struct thread_data *, struct io_u *);
73 extern int __must_check td_io_prep(struct thread_data *, struct io_u *);
74 extern int __must_check td_io_queue(struct thread_data *, struct io_u *);