Searched refs:dr_bio (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c71 struct bio *dr_bio[0]; /* Attached bio's */ member in struct:dio_request
360 dr->dr_bio[i] = NULL;
371 if (dr->dr_bio[i])
372 bio_put(dr->dr_bio[i]);
593 dr->dr_bio[i] = bio_alloc(GFP_NOIO, bio_max_segs(
596 dr->dr_bio[i] = bio_alloc(GFP_NOIO,
600 if (unlikely(dr->dr_bio[i] == NULL)) {
608 bio_set_dev(dr->dr_bio[i], bdev);
609 BIO_BI_SECTOR(dr->dr_bio[i]) = bio_offset >> 9;
610 dr->dr_bio[
[all...]

Completed in 97 milliseconds