Lines Matching refs:bypassed
62 bool bypassed:1; /* Temporarily bypass this PG? */ member
373 unsigned bypassed = 1; in choose_pgpath() local
412 if (pg->bypassed == !!bypassed) in choose_pgpath()
416 if (!bypassed) in choose_pgpath()
421 } while (bypassed--); in choose_pgpath()
1356 bool bypassed) in bypass_pg() argument
1362 pg->bypassed = bypassed; in bypass_pg()
1389 pg->bypassed = false; in switch_pg_num()
1407 static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed) in bypass_pg_num() argument
1424 bypass_pg(m, pg, bypassed); in bypass_pg_num()
1508 pg->bypassed = false; in pg_init_done()
1761 if (pg->bypassed) in multipath_status()