Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm.c69 struct dm_io { struct
70 struct mapped_device *md;
71 int error;
72 atomic_t io_count;
73 struct bio *bio;
74 unsigned long start_time;
75 spinlock_t endio_lock;
76 struct dm_stats_aux stats_aux;
Ddm-io.c509 int dm_io(struct dm_io_request *io_req, unsigned num_regions, in dm_io() function
Ddm-bufio.c101 struct dm_io_client *dm_io; member