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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_cache.c90 #define VCBS (1 << zfs_vdev_cache_bshift) /* 64KB */ macro
158 uint64_t offset = P2ALIGN(zio->io_offset, VCBS);
182 ve->ve_abd = abd_alloc_for_io(VCBS, B_TRUE);
193 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS);
219 ASSERT3U(fio->io_size, ==, VCBS);
255 uint64_t cache_offset = P2ALIGN(zio->io_offset, VCBS);
257 uint64_t cache_phase __maybe_unused = P2PHASE(zio->io_offset, VCBS);
270 if (P2BOUNDARY(zio->io_offset, zio->io_size, VCBS))
273 ASSERT3U(cache_phase + zio->io_size, <=, VCBS);
312 ve->ve_abd, VCBS, ZIO_TYPE_REA
[all...]

Completed in 98 milliseconds