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

/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp654 IOOperation::_CopyPartialBegin(bool isWrite, bool& singleBlockOnly) argument
659 singleBlockOnly = length >= OriginalLength();
660 if (singleBlockOnly)
664 isWrite ? "write" : "read", singleBlockOnly);

Completed in 85 milliseconds