Searched refs:tbio (Results 1 – 2 of 2) sorted by relevance
1934 struct bio *tbio, *fbio; in sync_request_write() local1957 tbio = r10_bio->devs[i].bio; in sync_request_write()1959 if (tbio->bi_end_io != end_sync_read) in sync_request_write()1974 page_address(tbio->bi_io_vec[j].bv_page), in sync_request_write()1991 bio_reset(tbio); in sync_request_write()1993 tbio->bi_vcnt = vcnt; in sync_request_write()1994 tbio->bi_iter.bi_size = fbio->bi_iter.bi_size; in sync_request_write()1995 tbio->bi_rw = WRITE; in sync_request_write()1996 tbio->bi_private = r10_bio; in sync_request_write()1997 tbio->bi_iter.bi_sector = r10_bio->devs[i].addr; in sync_request_write()[all …]
882 struct bio *bio = NULL, *tbio = NULL; in pscsi_map_sg() local937 *hbio = tbio = bio; in pscsi_map_sg()939 tbio = tbio->bi_next = bio; in pscsi_map_sg()