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

/linux-master/drivers/md/
H A Draid1.c2064 static void end_sync_write(struct bio *bio) function
2138 bio->bi_end_io = end_sync_write;
2359 wbio->bi_end_io = end_sync_write;
2868 bio->bi_end_io = end_sync_write;
2907 bio->bi_end_io = end_sync_write;
2929 if (r1_bio->bios[i]->bi_end_io == end_sync_write) {
H A Draid10.c2260 static void end_sync_write(struct bio *bio) function
2393 tbio->bi_end_io = end_sync_write;
2416 if (r10_bio->devs[i].bio->bi_end_io != end_sync_write
3288 * end_sync_write if we will want to write.
3433 bio->bi_end_io = end_sync_write;
3454 bio->bi_end_io = end_sync_write;
3629 bio->bi_end_io = end_sync_write;

Completed in 190 milliseconds