Lines Matching defs:mirror_set
51 struct mirror_set { struct
52 struct dm_target *ti;
53 struct list_head list;
55 uint64_t features;
57 spinlock_t lock; /* protects the lists */
58 struct bio_list reads;
59 struct bio_list writes;
60 struct bio_list failures;
61 struct bio_list holds; /* bios are waiting until suspend */
63 struct dm_region_hash *rh;
64 struct dm_kcopyd_client *kcopyd_client;
65 struct dm_io_client *io_client;
68 region_t nr_regions;
92 struct mirror_set *ms = context; in wakeup_mirrord() argument