Searched refs:badsdno (Results 1 – 3 of 3) sorted by relevance
62 …int badsdno; /* number of down subdisk, if there is… member145 m.badsdno = -1; /* no bad subdisk yet */ in bre5()364 m.badsdno = m.psdno; /* note that it's down */ in bre5()375 if (m.badsdno >= 0) /* we had one already, */ in bre5()377 m.badsdno = mysdno; /* got the first */ in bre5()404 if (s && (m.badsdno >= 0)) { /* second bad disk, */ in bre5()420 … m.badsdno = mysdno; /* note which one is bad */ in bre5()443 … if (m.badsdno == m.psdno) { /* got a bad parity block, */ in bre5()521 … if (mysdno == m.badsdno) { /* this is the bad subdisk */ in bre5()522 rqg->badsdno = rqno; /* note which one */ in bre5()
137 int badsdno; /* index of bad subdisk or -1 */ member
170 struct rqelement *urqe = &rqg->rqe[rqg->badsdno]; /* rqe of the bad subdisk */ in complete_rqe()