Lines Matching defs:multipath
66 struct multipath { struct
67 unsigned long flags; /* Multipath state flags */
69 spinlock_t lock;
70 enum dm_queue_mode queue_mode;
72 struct pgpath *current_pgpath;
73 struct priority_group *current_pg;
74 struct priority_group *next_pg; /* Switch to this PG if set */
76 atomic_t nr_valid_paths; /* Total number of usable paths */
77 unsigned nr_priority_groups;
78 struct list_head priority_groups;
80 const char *hw_handler_name;
81 char *hw_handler_params;
82 wait_queue_head_t pg_init_wait; /* Wait for pg_init completion */
106 static struct workqueue_struct *kmultipathd, *kmpath_handlerd; argument