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