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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid1.c1129 static int end_sync_read(struct bio *bio, unsigned int bytes_done, int error) function
1216 if (r1_bio->bios[i]->bi_end_io == end_sync_read)
1224 if (r1_bio->bios[primary]->bi_end_io == end_sync_read &&
1232 if (r1_bio->bios[i]->bi_end_io == end_sync_read) {
1301 if (r1_bio->bios[d]->bi_end_io == end_sync_read) {
1329 if (r1_bio->bios[d]->bi_end_io != end_sync_read)
1345 if (r1_bio->bios[d]->bi_end_io != end_sync_read)
1380 (wbio->bi_end_io == end_sync_read &&
1771 bio->bi_end_io = end_sync_read;
1860 if (bio->bi_end_io == end_sync_read) {
[all...]
H A Draid10.c1147 static int end_sync_read(struct bio *bio, unsigned int bytes_done, int error) function
1265 if (tbio->bi_end_io != end_sync_read)
1719 * To end_sync_read if we want to read, and
1788 bio->bi_end_io = end_sync_read;
1875 bio->bi_end_io = end_sync_read;
1948 if (bio->bi_end_io == end_sync_read) {

Completed in 101 milliseconds