Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid10.c2040 struct bio *tbio, *fbio; in sync_request_write() local
2061 tbio = r10_bio->devs[i].bio; in sync_request_write()
2063 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
2078 page_address(tbio->bi_io_vec[j].bv_page), in sync_request_write()
2095 bio_reset(tbio); in sync_request_write()
2097 tbio->bi_vcnt = vcnt; in sync_request_write()
2098 tbio->bi_iter.bi_size = r10_bio->sectors << 9; in sync_request_write()
2099 tbio->bi_rw = WRITE; in sync_request_write()
2100 tbio->bi_private = r10_bio; in sync_request_write()
2101 tbio->bi_iter.bi_sector = r10_bio->devs[i].addr; in sync_request_write()
[all …]
/linux-4.1.27/drivers/target/
Dtarget_core_pscsi.c877 struct bio *bio = NULL, *tbio = NULL; in pscsi_map_sg() local
932 *hbio = tbio = bio; in pscsi_map_sg()
934 tbio = tbio->bi_next = bio; in pscsi_map_sg()