Home
last modified time | relevance | path

Searched defs:multipath (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/md/
Ddm-mpath.c60 struct multipath { struct
61 struct list_head list;
62 struct dm_target *ti;
64 spinlock_t lock;
66 const char *hw_handler_name;
67 char *hw_handler_params;
69 unsigned nr_priority_groups;
70 struct list_head priority_groups;
72 wait_queue_head_t pg_init_wait; /* Wait for pg_init completion */
74 unsigned pg_init_required; /* pg_init needs calling? */
[all …]
Dmultipath.c114 struct multipath_info *multipath; in multipath_make_request() local