Lines Matching refs:fPreparedLength
660 …ate->fCopyPageCount = (typeof(state->fCopyPageCount))(atop_64(round_page(state->fPreparedLength))); in walkAll()
693 state->fCopyMD = createCopyBuffer(fMDSummary.fDirection, state->fPreparedLength); in walkAll()
726 state->fPreparedLength); in walkAll()
730 state->fPreparedLength); in walkAll()
733 ret = (bytes == state->fPreparedLength) ? kIOReturnSuccess : kIOReturnUnderrun; in walkAll()
857 || (state->fPreparedLength != length)) { in prepare()
865 if (atop_64(state->fPreparedLength) > UINT_MAX) { in prepare()
869 state->fPreparedLength = length; in prepare()
917 mapArgs.fLength = state->fPreparedLength; in prepare()
953 length = state->fPreparedLength; in prepare()
1072 copyMD->performOperation(kIOMemoryIncoherentIOFlush, 0, state->fPreparedLength); in complete()
1075 … md->performOperation(kIOMemoryIncoherentIOFlush, state->fPreparedOffset, state->fPreparedLength); in complete()
1132 *length = state->fPreparedLength; in getPreparedOffsetAndLength()
1161 …ret = prepare(state->fPreparedOffset, state->fPreparedLength, false /* flushCache */, true /* sync… in synchronize()
1245 if (offset >= state->fPreparedLength) { in transfer()
1248 length = min(length, state->fPreparedLength - offset); in transfer()
1304 UInt64 memLength = internalState->fPreparedOffset + internalState->fPreparedLength; in genIOVMSegments()