Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid10.c83 #define IO_BLOCKED ((struct bio *)1) macro
819 if (r10_bio->devs[slot].bio == IO_BLOCKED) in read_balance()
2386 r10_bio->devs[r10_bio->read_slot].bio = IO_BLOCKED; in fix_read_error()
2444 = IO_BLOCKED; in fix_read_error()
2635 r10_bio->devs[slot].bio = IO_BLOCKED; in handle_read_error()
Draid1.c54 #define IO_BLOCKED ((struct bio *)1) macro
558 if (r1_bio->bios[disk] == IO_BLOCKED in read_balance()
2358 mddev->ro ? IO_BLOCKED : NULL; in handle_read_error()