Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/md/
Ddm-mpath.c73 struct multipath { struct
74 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 …]
Dmd-multipath.c104 struct multipath_info *multipath; in multipath_make_request() local
/linux-6.6.21/drivers/nvme/host/
Dmultipath.c12 bool multipath = true; variable
Dnvme.h929 #define multipath false macro