Searched refs:reinstate_path (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-path-selector.h70 int (*reinstate_path) (struct path_selector *ps, struct dm_path *p); member in struct:path_selector_type
H A Ddm-round-robin.c188 .reinstate_path = rr_reinstate_path,
H A Ddm-queue-length.c229 .reinstate_path = ql_reinstate_path,
H A Ddm-service-time.c310 .reinstate_path = st_reinstate_path,
H A Ddm-mpath.c997 static int reinstate_path(struct pgpath *pgpath) function
1008 if (!pgpath->pg->ps.type->reinstate_path) {
1015 r = pgpath->pg->ps.type->reinstate_path(&pgpath->pg->ps, &pgpath->path);
1492 } else if (!strnicmp(argv[0], MESG_STR("reinstate_path")))
1493 action = reinstate_path;

Completed in 39 milliseconds