Lines Matching full:bypassed
62 bool bypassed:1; /* Temporarily bypass this PG? */ member
380 unsigned bypassed = 1; in choose_pgpath() local
413 * First time we skip PGs marked 'bypassed'. in choose_pgpath()
419 if (pg->bypassed == !!bypassed) in choose_pgpath()
423 if (!bypassed) in choose_pgpath()
428 } while (bypassed--); in choose_pgpath()
1332 bool bypassed) in bypass_pg() argument
1338 pg->bypassed = bypassed; in bypass_pg()
1365 pg->bypassed = false; in switch_pg_num()
1380 * Set/clear bypassed status of a PG.
1383 static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed) in bypass_pg_num() argument
1400 bypass_pg(m, pg, bypassed); in bypass_pg_num()
1484 pg->bypassed = false; in pg_init_done()
1740 if (pg->bypassed) in multipath_status()