Searched defs:mirror_set (Results 1 – 1 of 1) sorted by relevance
58 struct mirror_set { struct59 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 …]