Searched refs:end_sync_read (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid1.c1224 static void end_sync_read(struct bio *bio, int error) function
1304 if (r1_bio->bios[i]->bi_end_io == end_sync_read)
1312 if (r1_bio->bios[primary]->bi_end_io == end_sync_read &&
1320 if (r1_bio->bios[i]->bi_end_io == end_sync_read) {
1398 if (r1_bio->bios[d]->bi_end_io == end_sync_read) {
1426 if (r1_bio->bios[d]->bi_end_io != end_sync_read)
1442 if (r1_bio->bios[d]->bi_end_io != end_sync_read)
1478 (wbio->bi_end_io == end_sync_read &&
1855 bio->bi_end_io = end_sync_read;
1946 if (bio->bi_end_io == end_sync_read) {
[all...]
H A Draid10.c1237 static void end_sync_read(struct bio *bio, int error) function
1349 if (tbio->bi_end_io != end_sync_read)
1894 * To end_sync_read if we want to read, and
1963 bio->bi_end_io = end_sync_read;
2056 bio->bi_end_io = end_sync_read;
2128 if (bio->bi_end_io == end_sync_read) {

Completed in 42 milliseconds