Lines Matching refs:is_active
50 bool is_active:1; /* Path status */ member
163 pgpath->is_active = true; in alloc_pgpath()
338 if (!pgpath->is_active) in __pg_init_all_paths()
1339 if (!pgpath->is_active) in fail_path()
1347 pgpath->is_active = false; in fail_path()
1380 if (pgpath->is_active) in reinstate_path()
1391 pgpath->is_active = true; in reinstate_path()
1414 if (pgpath->is_active) in reinstate_path()
1628 if (pgpath->is_active && !blk_queue_dying(q)) in activate_or_offline_path()
1883 p->is_active ? "A" : "F", in multipath_status()
1939 pg_counter, pgpath_counter, p->is_active ? 'A' : 'F', in multipath_status()
2159 if (pgpath->is_active) { in multipath_busy()