Searched refs:ve_abd (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_cache.c | 141 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() 312 ve->ve_abd, VCBS, ZIO_TYPE_READ, ZIO_PRIORITY_NOW, in vdev_cache_read() 357 abd_copy_off(ve->ve_abd, zio->io_abd, in vdev_cache_write()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 134 struct abd *ve_abd; member
|