Lines Matching defs:mirror_set
53 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;
66 struct dm_kcopyd_client *kcopyd_client;
67 struct dm_io_client *io_client;
70 region_t nr_regions;
94 struct mirror_set *ms = context; in wakeup_mirrord() argument