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

/vbox/src/VBox/Storage/
H A DVCICache.cpp1644 uint64_t cBlocksToRead = VCI_BYTE2BLOCK(cbToRead); local
1655 cBlocksToRead = RT_MIN(cBlocksToRead, pExtent->u32Blocks - offRead);
1659 pIoCtx, cBlocksToRead);
1669 *pcbActuallyRead = VCI_BLOCK2BYTE(cBlocksToRead);

Completed in 71 milliseconds