Searched defs:multipath (Results 1 – 3 of 3) sorted by relevance
73 struct multipath { struct74 unsigned long flags; /* Multipath state flags */76 spinlock_t lock;77 enum dm_queue_mode queue_mode;79 struct pgpath *current_pgpath;80 struct priority_group *current_pg;81 struct priority_group *next_pg; /* Switch to this PG if set */82 struct priority_group *last_probed_pg;84 atomic_t nr_valid_paths; /* Total number of usable paths */85 unsigned int nr_priority_groups;[all …]
12 bool multipath = true; variable
1009 #define multipath false macro