Searched refs:w_bio (Results 1 – 2 of 2) sorted by relevance
531 pkt->w_bio = bio_kmalloc(GFP_KERNEL, frames); in pkt_alloc_packet_data()532 if (!pkt->w_bio) in pkt_alloc_packet_data()565 bio_put(pkt->w_bio); in pkt_alloc_packet_data()586 bio_put(pkt->w_bio); in pkt_free_packet_data()1300 struct bio_vec *bvec = pkt->w_bio->bi_io_vec; in pkt_start_write()1302 bio_reset(pkt->w_bio); in pkt_start_write()1303 pkt->w_bio->bi_iter.bi_sector = pkt->sector; in pkt_start_write()1304 pkt->w_bio->bi_bdev = pd->bdev; in pkt_start_write()1305 pkt->w_bio->bi_end_io = pkt_end_io_packet_write; in pkt_start_write()1306 pkt->w_bio->bi_private = pkt; in pkt_start_write()[all …]
117 struct bio *w_bio; /* The bio we will send to the real CD */ member