Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c141 ASSERT3P(ve->ve_abd, !=, NULL); in vdev_cache_evict()
145 abd_free(ve->ve_abd); in vdev_cache_evict()
182 ve->ve_abd = abd_alloc_for_io(VCBS, B_TRUE); in vdev_cache_allocate()
205 abd_copy_off(zio->io_abd, ve->ve_abd, 0, cache_phase, zio->io_size); in vdev_cache_hit()
228 ASSERT3P(ve->ve_abd, ==, fio->io_abd); in vdev_cache_fill()
310 ve->ve_abd, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_NOW, in vdev_cache_read()
355 abd_copy_off(ve->ve_abd, zio->io_abd, in vdev_cache_write()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h120 struct abd *ve_abd; member