Lines Matching refs:sl
2278 int sl = r10_bio->read_slot; in fix_read_error() local
2290 d = r10_bio->devs[sl].devnum; in fix_read_error()
2294 is_badblock(rdev, r10_bio->devs[sl].addr + sect, s, in fix_read_error()
2299 r10_bio->devs[sl].addr + in fix_read_error()
2308 sl++; in fix_read_error()
2309 if (sl == conf->copies) in fix_read_error()
2310 sl = 0; in fix_read_error()
2311 } while (!success && sl != r10_bio->read_slot); in fix_read_error()
2334 start = sl; in fix_read_error()
2337 while (sl != r10_bio->read_slot) { in fix_read_error()
2340 if (sl==0) in fix_read_error()
2341 sl = conf->copies; in fix_read_error()
2342 sl--; in fix_read_error()
2343 d = r10_bio->devs[sl].devnum; in fix_read_error()
2352 r10_bio->devs[sl].addr + in fix_read_error()
2375 sl = start; in fix_read_error()
2376 while (sl != r10_bio->read_slot) { in fix_read_error()
2379 if (sl==0) in fix_read_error()
2380 sl = conf->copies; in fix_read_error()
2381 sl--; in fix_read_error()
2382 d = r10_bio->devs[sl].devnum; in fix_read_error()
2391 r10_bio->devs[sl].addr + in fix_read_error()