Searched refs:dr_bio (Results 1 – 1 of 1) sorted by relevance
71 struct bio *dr_bio[0]; /* Attached bio's */ member364 dr->dr_bio[i] = NULL; in vdev_disk_dio_alloc()376 if (dr->dr_bio[i]) in vdev_disk_dio_free()377 bio_put(dr->dr_bio[i]); in vdev_disk_dio_free()592 dr->dr_bio[i] = bio_alloc(GFP_NOIO, in __vdev_disk_physio()595 if (unlikely(dr->dr_bio[i] == NULL)) { in __vdev_disk_physio()603 bio_set_dev(dr->dr_bio[i], bdev); in __vdev_disk_physio()606 dr->dr_bio[i]->bi_private = dr; in __vdev_disk_physio()614 abd_offset += BIO_BI_SIZE(dr->dr_bio[i]); in __vdev_disk_physio()626 if (dr->dr_bio[i]) in __vdev_disk_physio()[all …]