Lines Matching full:bypassed
66 bool bypassed:1; /* Temporarily bypass this PG? */ member
398 unsigned bypassed = 1; in choose_pgpath() local
433 * First time we skip PGs marked 'bypassed'. in choose_pgpath()
439 if (pg->bypassed == !!bypassed) in choose_pgpath()
443 if (!bypassed) { in choose_pgpath()
451 } while (bypassed--); in choose_pgpath()
1436 bool bypassed) in bypass_pg() argument
1442 pg->bypassed = bypassed; in bypass_pg()
1469 pg->bypassed = false; in switch_pg_num()
1484 * Set/clear bypassed status of a PG.
1487 static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed) in bypass_pg_num() argument
1504 bypass_pg(m, pg, bypassed); in bypass_pg_num()
1588 pg->bypassed = false; in pg_init_done()
1853 if (pg->bypassed) in multipath_status()