Searched defs:dm_rq_target_io (Results 1 – 1 of 1) sorted by relevance
18 struct dm_rq_target_io { struct19 struct mapped_device *md;20 struct dm_target *ti;21 struct request *orig, *clone;22 struct kthread_work work;23 blk_status_t error;24 union map_info info;25 struct dm_stats_aux stats_aux;26 unsigned long duration_jiffies;27 unsigned int n_sectors;[all …]