Go to the documentation of this file.
10 #ifndef _LINUX_DM_IO_H
11 #define _LINUX_DM_IO_H
15 #include <linux/types.h>
24 struct page_list *
next;
38 enum dm_io_mem_type
type;
59 struct dm_io_request {
61 struct dm_io_memory
mem;
62 struct dm_io_notify
notify;
80 int dm_io(
struct dm_io_request *
io_req,
unsigned num_regions,
81 struct dm_io_region *
region,
unsigned long *sync_error_bits);