Searched refs:_chunks (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp1895 } _chunks[3]; member in class:IODeblocker
2122 status = _chunks[index].buffer->prepare(forDirection);
2130 statusUndo = _chunks[index].buffer->complete(forDirection);
2158 status = _chunks[index].buffer->complete(forDirection);
2180 if ( offset < _chunks[index].length )
2183 address = _chunks[index].buffer->getPhysicalSegment(
2184 /* offset */ offset + _chunks[index].offset,
2187 if ( length ) *length = min(*length, _chunks[index].length);
2190 offset -= _chunks[index].length;
2231 _chunks[_chunksCoun
[all...]

Completed in 88 milliseconds