Lines Matching defs:io_req
584 struct dm_io_request io_req = {
598 io_req.mem.type = DM_IO_KMEM;
599 io_req.mem.ptr.addr = (char *)b->data + offset;
601 io_req.mem.type = DM_IO_VMA;
602 io_req.mem.ptr.vma = (char *)b->data + offset;
605 r = dm_io(&io_req, 1, ®ion, NULL);
1344 struct dm_io_request io_req = {
1359 return dm_io(&io_req, 1, &io_reg, NULL);
1368 struct dm_io_request io_req = {
1383 return dm_io(&io_req, 1, &io_reg, NULL);