Home
last modified time | relevance | path

Searched refs:reinstate_path (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/md/
Ddm-path-selector.h65 int (*reinstate_path) (struct path_selector *ps, struct dm_path *p); member
Ddm-round-robin.c207 .reinstate_path = rr_reinstate_path,
Ddm-queue-length.c249 .reinstate_path = ql_reinstate_path,
Ddm-service-time.c331 .reinstate_path = st_reinstate_path,
Ddm-historical-service-time.c530 .reinstate_path = hst_reinstate_path,
Ddm-mpath.c1363 static int reinstate_path(struct pgpath *pgpath) in reinstate_path() function
1379 r = pgpath->pg->ps.type->reinstate_path(&pgpath->pg->ps, &pgpath->path); in reinstate_path()
1957 action = reinstate_path; in multipath_message()