Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpktcdvd.h112 struct bio_list orig_bios; /* Original bios passed to pkt_make_request */ member
/linux-6.3-rc2/drivers/block/
A Dpktcdvd.c536 bio_list_init(&pkt->orig_bios); in pkt_alloc_packet_data()
980 BUG_ON(bio_list_empty(&pkt->orig_bios)); in pkt_gather_data()
990 bio_list_for_each(bio, &pkt->orig_bios) { in pkt_gather_data()
1162 bio_list_add(&pkt->orig_bios, bio); in pkt_handle_queue()
1251 bio_list_copy_data(pkt->w_bio, pkt->orig_bios.head); in pkt_start_write()
1277 while ((bio = bio_list_pop(&pkt->orig_bios))) { in pkt_finish_packet()
2326 bio_list_add(&pkt->orig_bios, bio); in pkt_make_request_write()

Completed in 12 milliseconds