Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/md/
Ddm-raid1.c58 struct mirror_set { struct
59 struct dm_target *ti;
60 struct list_head list;
62 uint64_t features;
64 spinlock_t lock; /* protects the lists */
65 struct bio_list reads;
66 struct bio_list writes;
67 struct bio_list failures;
68 struct bio_list holds; /* bios are waiting until suspend */
70 struct dm_region_hash *rh;
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-raid1.c53 struct mirror_set { struct
54 struct dm_target *ti;
55 struct list_head list;
57 uint64_t features;
59 spinlock_t lock; /* protects the lists */
60 struct bio_list reads;
61 struct bio_list writes;
62 struct bio_list failures;
63 struct bio_list holds; /* bios are waiting until suspend */
65 struct dm_region_hash *rh;
[all …]