Searched refs:tbio (Results 1 – 1 of 1) sorted by relevance
2346 struct bio *tbio, *fbio; in sync_request_write() local2373 tbio = r10_bio->devs[i].bio; in sync_request_write()2415 rp = get_resync_pages(tbio); in sync_request_write()2421 tbio->bi_private = rp; in sync_request_write()2425 bio_copy_data(tbio, fbio); in sync_request_write()2432 tbio->bi_opf |= MD_FAILFAST; in sync_request_write()2434 submit_bio_noacct(tbio); in sync_request_write()2444 if (!tbio || !tbio->bi_end_io) in sync_request_write()2448 bio_copy_data(tbio, fbio); in sync_request_write()2452 bio_sectors(tbio)); in sync_request_write()[all …]