Lines Matching refs:bio_list
253 struct bio *bio_list; member
1577 zero_bio_chain(obj_request->bio_list, 0); in rbd_img_obj_request_read_callback()
1584 zero_bio_chain(obj_request->bio_list, xferred); in rbd_img_obj_request_read_callback()
1880 if (obj_request->bio_list) in rbd_obj_request_destroy()
1881 bio_chain_put(obj_request->bio_list); in rbd_obj_request_destroy()
2174 struct bio *bio_list; in rbd_img_request_fill() local
2190 bio_list = data_desc; in rbd_img_request_fill()
2191 rbd_assert(img_offset == bio_list->bi_sector << SECTOR_SHIFT); in rbd_img_request_fill()
2220 obj_request->bio_list = in rbd_img_request_fill()
2221 bio_chain_clone_range(&bio_list, in rbd_img_request_fill()
2225 if (!obj_request->bio_list) in rbd_img_request_fill()
2249 obj_request->bio_list, length); in rbd_img_request_fill()
2404 orig_request->bio_list, length); in rbd_img_obj_parent_read_full_callback()
2799 obj_request->bio_list); in rbd_img_parent_read()