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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c89 #define VCBS (1 << zfs_vdev_cache_bshift) /* 64KB */ macro
149 zio_buf_free(ve->ve_data, VCBS);
162 uint64_t offset = P2ALIGN(zio->io_offset, VCBS);
186 ve->ve_data = zio_buf_alloc(VCBS);
197 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS);
223 ASSERT(fio->io_size == VCBS);
259 uint64_t cache_offset = P2ALIGN(zio->io_offset, VCBS);
260 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS);
274 if (P2BOUNDARY(zio->io_offset, zio->io_size, VCBS))
277 ASSERT(cache_phase + zio->io_size <= VCBS);
[all...]

Completed in 45 milliseconds