Searched refs:start_io (Results 1 – 9 of 9) sorted by relevance
89 int (*start_io) (struct path_selector *ps, struct dm_path *path, member
254 .start_io = ql_start_io,
336 .start_io = st_start_io,
536 .start_io = hst_start_io,
558 if (pgpath->pg->ps.type->start_io) in multipath_clone_and_map()559 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in multipath_clone_and_map()659 if (pgpath->pg->ps.type->start_io) in __multipath_map_bio()660 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in __multipath_map_bio()
81 int (*start_io)(struct iforce *iforce); member
116 .start_io = iforce_serio_start_io,
134 .start_io = iforce_usb_start_io,
175 iforce->xport_ops->start_io(iforce); in iforce_open()