Lines Matching refs:bypassed
62 bool bypassed:1; /* Temporarily bypass this PG? */ member
380 unsigned bypassed = 1; in choose_pgpath() local
419 if (pg->bypassed == !!bypassed) in choose_pgpath()
423 if (!bypassed) in choose_pgpath()
428 } while (bypassed--); in choose_pgpath()
1350 bool bypassed) in bypass_pg() argument
1356 pg->bypassed = bypassed; in bypass_pg()
1383 pg->bypassed = false; in switch_pg_num()
1401 static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed) in bypass_pg_num() argument
1418 bypass_pg(m, pg, bypassed); in bypass_pg_num()
1502 pg->bypassed = false; in pg_init_done()
1758 if (pg->bypassed) in multipath_status()