Home
last modified time | relevance | path

Searched refs:start_io (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-path-selector.h74 int (*start_io) (struct path_selector *ps, struct dm_path *path, member
Ddm-queue-length.c251 .start_io = ql_start_io,
Ddm-service-time.c333 .start_io = st_start_io,
Ddm-mpath.c550 if (pgpath->pg->ps.type->start_io) in multipath_clone_and_map()
551 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in multipath_clone_and_map()
653 if (pgpath->pg->ps.type->start_io) in __multipath_map_bio()
654 pgpath->pg->ps.type->start_io(&pgpath->pg->ps, in __multipath_map_bio()