Lines Matching refs:ioengine_ops
25 static bool check_engine_ops(struct ioengine_ops *ops) in check_engine_ops()
52 void unregister_ioengine(struct ioengine_ops *ops) in unregister_ioengine()
59 void register_ioengine(struct ioengine_ops *ops) in register_ioengine()
66 static struct ioengine_ops *find_ioengine(const char *name) in find_ioengine()
68 struct ioengine_ops *ops; in find_ioengine()
72 ops = flist_entry(entry, struct ioengine_ops, list); in find_ioengine()
80 static struct ioengine_ops *dlopen_ioengine(struct thread_data *td, in dlopen_ioengine()
83 struct ioengine_ops *ops; in dlopen_ioengine()
126 struct ioengine_ops *load_ioengine(struct thread_data *td, const char *name) in load_ioengine()
128 struct ioengine_ops *ops; in load_ioengine()
563 struct ioengine_ops *io_ops; in fio_show_ioengine_help()
570 io_ops = flist_entry(entry, struct ioengine_ops, list); in fio_show_ioengine_help()