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

/vbox/src/VBox/Storage/
H A DQCOW.cpp766 * @param poffCluster Where to store the offset in the cluster on success.
769 uint32_t *pidxL2, uint32_t *poffCluster)
773 AssertPtr(poffCluster);
775 *poffCluster = off & pImage->fOffsetMask;
768 qcowConvertLogicalOffset(PQCOWIMAGE pImage, uint64_t off, uint32_t *pidxL1, uint32_t *pidxL2, uint32_t *poffCluster) argument
H A DQED.cpp714 * @param poffCluster Where to store the offset in the cluster on success.
717 uint32_t *pidxL2, uint32_t *poffCluster)
721 AssertPtr(poffCluster);
723 *poffCluster = off & pImage->fOffsetMask;
716 qedConvertLogicalOffset(PQEDIMAGE pImage, uint64_t off, uint32_t *pidxL1, uint32_t *pidxL2, uint32_t *poffCluster) argument

Completed in 270 milliseconds