23 struct mirror_info mirrors
[MD_SB_DISKS
]; /* RAID1 devices, 2 to MD_SB_DISKS */
25 int working_disks
; /* Number of working disks */
27 unsigned long next_sect
;
33 * this is our 'private' 'collective' RAID1 buffer head.
34 * it contains information about what kind of IO operations were started
35 * for this RAID5 operation, and about their status:
39 unsigned int remaining
;
43 struct buffer_head
*master_bh
;
44 struct buffer_head
*mirror_bh
[MD_SB_DISKS
];
45 struct buffer_head bh_req
;
46 struct buffer_head
*next_retry
;