Lines Matching defs:mirror_set
49 struct mirror_set { struct
50 struct dm_target *ti;
51 struct list_head list;
53 uint64_t features;
55 spinlock_t lock; /* protects the lists */
56 struct bio_list reads;
57 struct bio_list writes;
58 struct bio_list failures;
59 struct bio_list holds; /* bios are waiting until suspend */
61 struct dm_region_hash *rh;
62 struct dm_kcopyd_client *kcopyd_client;
63 struct dm_io_client *io_client;
64 mempool_t *read_record_pool;
88 struct mirror_set *ms = context; in wakeup_mirrord() argument