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()
1442 bool bypassed) in bypass_pg() argument
1448 pg->bypassed = bypassed; in bypass_pg()
1475 pg->bypassed = false; in switch_pg_num()
1490 * Set/clear bypassed status of a PG.
1493 static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed) in bypass_pg_num() argument
1510 bypass_pg(m, pg, bypassed); in bypass_pg_num()
1594 pg->bypassed = false; in pg_init_done()
1860 if (pg->bypassed) in multipath_status()
1923 if (pg->bypassed) in multipath_status()