Searched refs:byteAddr (Results 1 - 2 of 2) sorted by path

/macosx-10.10.1/libutil-38/
H A DExtentManager.cpp176 ExtentManager::AddByteRangeExtent(off_t byteAddr, off_t numBytes) argument
178 off_t blockAddr = byteAddr / blockSize;
179 off_t blockAddrOfLastByte = (byteAddr + numBytes - 1) / blockSize;
H A DExtentManager.h58 void AddByteRangeExtent(off_t byteAddr, off_t numBytes);

Completed in 278 milliseconds