Home
last modified time | relevance | path

Searched refs:tbio (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/md/
Draid10.c1934 struct bio *tbio, *fbio; in sync_request_write() local
1957 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 …]
/linux-4.4.14/drivers/target/
Dtarget_core_pscsi.c882 struct bio *bio = NULL, *tbio = NULL; in pscsi_map_sg() local
937 *hbio = tbio = bio; in pscsi_map_sg()
939 tbio = tbio->bi_next = bio; in pscsi_map_sg()