Searched defs:multipath (Results 1 – 2 of 2) sorted by relevance
63 struct multipath { struct64 struct list_head list;65 struct dm_target *ti;67 const char *hw_handler_name;68 char *hw_handler_params;70 spinlock_t lock;72 unsigned nr_priority_groups;73 struct list_head priority_groups;75 wait_queue_head_t pg_init_wait; /* Wait for pg_init completion */77 unsigned pg_init_required; /* pg_init needs calling? */[all …]
112 struct multipath_info *multipath; in multipath_make_request() local