Lines Matching full:bypassed
69 bool bypassed:1; /* Temporarily bypass this PG? */ member
407 unsigned int bypassed = 1; in choose_pgpath() local
442 * First time we skip PGs marked 'bypassed'. in choose_pgpath()
448 if (pg->bypassed == !!bypassed) in choose_pgpath()
452 if (!bypassed) { in choose_pgpath()
460 } while (bypassed--); in choose_pgpath()
1444 bool bypassed) in bypass_pg() argument
1450 pg->bypassed = bypassed; in bypass_pg()
1477 pg->bypassed = false; in switch_pg_num()
1492 * Set/clear bypassed status of a PG.
1495 static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed) in bypass_pg_num() argument
1512 bypass_pg(m, pg, bypassed); in bypass_pg_num()
1596 pg->bypassed = false; in pg_init_done()
1862 if (pg->bypassed) in multipath_status()
1925 if (pg->bypassed) in multipath_status()