Searched refs:read_slot (Results 1 – 2 of 2) sorted by relevance
113 int read_slot; member
251 if (r10_bio->read_slot < 0 && !BIO_SPECIAL(*bio)) in put_all_bios()370 slot = r10_bio->read_slot; in raid10_end_read_request()814 r10_bio->read_slot = slot; in read_balance()1146 slot = r10_bio->read_slot; in __make_request()1216 r10_bio->read_slot = -1; /* make sure repl_bio gets freed */ in __make_request()1822 d = r10_bio->read_slot; /* really the read dev */ in end_sync_read()2245 int d = r10_bio->devs[r10_bio->read_slot].devnum; in fix_read_error()2272 r10_bio->devs[r10_bio->read_slot].bio = IO_BLOCKED; in fix_read_error()2278 int sl = r10_bio->read_slot; in fix_read_error()2311 } while (!success && sl != r10_bio->read_slot); in fix_read_error()[all …]