Home | History | Annotate | Download | only in fio

Lines Matching full:ioengine

62 	dprint(FD_IO, "ioengine %s unregistered\n", ops->name);
69 dprint(FD_IO, "ioengine %s registered\n", ops->name);
105 * non-static ioengine structure that we can reference.
109 ops = dlsym(dlhandle, "ioengine");
114 * Instead we call a method which allocates the required ioengine
139 dprint(FD_IO, "load ioengine %s\n", name);
172 * For cleaning up an ioengine which never made it to init().
176 dprint(FD_IO, "free ioengine %s\n", td->io_ops->name);
193 dprint(FD_IO, "close ioengine %s\n", td->io_ops->name);
228 * For ioengine=rdma one side operation RDMA_WRITE or RDMA_READ,