Searched defs:ioengine_ops (Results 1 – 1 of 1) sorted by relevance
20 struct ioengine_ops { struct21 struct flist_head list;22 const char *name;23 int version;24 int flags;25 int (*setup)(struct thread_data *);26 int (*init)(struct thread_data *);27 int (*prep)(struct thread_data *, struct io_u *);28 int (*queue)(struct thread_data *, struct io_u *);29 int (*commit)(struct thread_data *);[all …]