Searched defs:multipath (Results 1 – 7 of 7) 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 */83 atomic_t nr_valid_paths; /* Total number of usable paths */84 unsigned int nr_priority_groups;85 struct list_head priority_groups;[all …]
104 struct multipath_info *multipath; in multipath_make_request() local
70 struct multipath { struct71 unsigned long flags; /* Multipath state flags */73 spinlock_t lock;74 enum dm_queue_mode queue_mode;76 struct pgpath *current_pgpath;77 struct priority_group *current_pg;78 struct priority_group *next_pg; /* Switch to this PG if set */80 atomic_t nr_valid_paths; /* Total number of usable paths */81 unsigned nr_priority_groups;82 struct list_head priority_groups;[all …]
105 struct multipath_info *multipath; in multipath_make_request() local
11 static bool multipath = true; variable
12 bool multipath = true; variable
972 #define multipath false macro