Home
last modified time | relevance | path

Searched refs:IO_BLOCKED (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/md/
Draid10.c84 #define IO_BLOCKED ((struct bio *)1) macro
732 if (r10_bio->devs[slot].bio == IO_BLOCKED) in read_balance()
2272 r10_bio->devs[r10_bio->read_slot].bio = IO_BLOCKED; in fix_read_error()
2329 = IO_BLOCKED; in fix_read_error()
2519 r10_bio->devs[slot].bio = IO_BLOCKED; in handle_read_error()
Draid1.c54 #define IO_BLOCKED ((struct bio *)1) macro
560 if (r1_bio->bios[disk] == IO_BLOCKED in read_balance()
2328 mddev->ro ? IO_BLOCKED : NULL; in handle_read_error()