Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/md/
Ddm-mpath.c66 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;
[all …]
Dmd-multipath.c113 struct multipath_info *multipath; in multipath_make_request() local
/kernel/linux/linux-5.10/drivers/md/
Ddm-mpath.c70 struct multipath { struct
71 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 …]
Dmd-multipath.c105 struct multipath_info *multipath; in multipath_make_request() local
/kernel/linux/linux-4.19/drivers/nvme/host/
Dmultipath.c19 static bool multipath = true; variable
/kernel/linux/linux-5.10/drivers/nvme/host/
Dmultipath.c11 static bool multipath = true; variable