Searched defs:fail_path (Results 1 - 2 of 2) sorted by relevance

/drivers/md/
H A Ddm-path-selector.h65 void (*fail_path) (struct path_selector *ps, struct dm_path *p); member in struct:path_selector_type
H A Ddm-mpath.c948 static int fail_path(struct pgpath *pgpath) function
960 pgpath->pg->ps.type->fail_path(&pgpath->pg->ps, &pgpath->path);
1164 fail_path(pgpath);
1179 fail_path(pgpath);
1188 fail_path(pgpath);
1256 fail_path(mpio->pgpath);
1494 else if (!strcasecmp(argv[0], "fail_path"))
1495 action = fail_path;

Completed in 140 milliseconds