Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c678 abd_t *vbio_abd; /* abd carrying borrowed linear buf */ member
698 vbio->vbio_abd = NULL; in vbio_alloc()
834 if (vbio->vbio_abd != NULL) { in BIO_END_IO_PROTO()
835 void *buf = abd_to_buf(vbio->vbio_abd); in BIO_END_IO_PROTO()
836 abd_free(vbio->vbio_abd); in BIO_END_IO_PROTO()
837 vbio->vbio_abd = NULL; in BIO_END_IO_PROTO()
976 vbio->vbio_abd = abd; in vdev_disk_io_rw()