Home
last modified time | relevance | path

Searched defs:dm_io (Results 1 – 3 of 3) sorted by relevance

/drivers/md/
Ddm.c63 struct dm_io { struct
64 struct mapped_device *md;
65 int error;
66 atomic_t io_count;
67 struct bio *bio;
68 unsigned long start_time;
69 spinlock_t endio_lock;
70 struct dm_stats_aux stats_aux;
Ddm-io.c508 int dm_io(struct dm_io_request *io_req, unsigned num_regions, in dm_io() function
Ddm-bufio.c95 struct dm_io_client *dm_io; member