Lines Matching defs:r1conf
52 struct r1conf { struct
53 struct mddev *mddev;
54 struct raid1_info *mirrors; /* twice 'raid_disks' to
57 int raid_disks;
58 int nonrot_disks;
60 spinlock_t device_lock;
66 struct list_head retry_list;
71 struct list_head bio_end_io_list;
74 struct bio_list pending_bio_list;
82 wait_queue_head_t wait_barrier;
83 spinlock_t resync_lock;
84 atomic_t nr_sync_pending;
85 atomic_t *nr_pending;
86 atomic_t *nr_waiting;
87 atomic_t *nr_queued;
88 atomic_t *barrier;
89 int array_frozen;
94 int fullsync;
99 int recovery_disabled;
101 mempool_t *r1bio_pool;
102 mempool_t r1buf_pool;
104 struct bio_set bio_split;
109 struct page *tmppage;
114 struct md_thread __rcu *thread;
119 sector_t cluster_sync_low;
120 sector_t cluster_sync_high;