Lines Matching defs:r1conf
68 struct r1conf { struct
69 struct mddev *mddev;
70 struct raid1_info *mirrors; /* twice 'raid_disks' to
73 int raid_disks;
75 spinlock_t device_lock;
81 struct list_head retry_list;
86 struct list_head bio_end_io_list;
89 struct bio_list pending_bio_list;
97 wait_queue_head_t wait_barrier;
98 spinlock_t resync_lock;
99 atomic_t nr_sync_pending;
100 atomic_t *nr_pending;
101 atomic_t *nr_waiting;
102 atomic_t *nr_queued;
103 atomic_t *barrier;
104 int array_frozen;
109 int fullsync;
114 int recovery_disabled;
119 struct pool_info *poolinfo;
120 mempool_t r1bio_pool;
121 mempool_t r1buf_pool;
123 struct bio_set bio_split;
128 struct page *tmppage;
133 struct md_thread __rcu *thread;
138 sector_t cluster_sync_low;
139 sector_t cluster_sync_high;