HomeSort by: relevance | last modified time | path
    Searched defs:cache_phase (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_cache.c 206 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); local
218 bcopy(ve->ve_data + cache_phase, zio->io_data, zio->io_size);
269 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); local
286 ASSERT(cache_phase + zio->io_size <= VCBS);

Completed in 41 milliseconds