Searched defs:ioengine_ops (Results 1 – 1 of 1) sorted by relevance
130 struct ioengine_ops { struct131 struct flist_head list;132 char name[16];133 int version;134 int flags;135 int (*setup)(struct thread_data *);136 int (*init)(struct thread_data *);137 int (*prep)(struct thread_data *, struct io_u *);138 int (*queue)(struct thread_data *, struct io_u *);139 int (*commit)(struct thread_data *);[all …]