Searched refs:IO_BLOCKED (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid10.h113 * level, we store IO_BLOCKED in the appropriate 'bios' pointer
115 #define IO_BLOCKED ((struct bio*)1) macro
H A Draid1.h111 * level, we store IO_BLOCKED in the appropriate 'bios' pointer
113 #define IO_BLOCKED ((struct bio*)1) macro
H A Draid1.c178 if (*bio && *bio != IO_BLOCKED)
442 r1_bio->bios[new_disk] == IO_BLOCKED ||
448 r1_bio->bios[new_disk] != IO_BLOCKED)
462 r1_bio->bios[new_disk] == IO_BLOCKED ||
468 r1_bio->bios[new_disk] != IO_BLOCKED)
505 if (!rdev || r1_bio->bios[disk] == IO_BLOCKED ||
1694 mddev->ro ? IO_BLOCKED : NULL;
H A Draid10.c185 if (*bio && *bio != IO_BLOCKED)
516 r10_bio->devs[slot].bio == IO_BLOCKED ||
534 r10_bio->devs[slot].bio == IO_BLOCKED ||
556 r10_bio->devs[nslot].bio == IO_BLOCKED ||
1725 mddev->ro ? IO_BLOCKED : NULL;

Completed in 66 milliseconds