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

/haiku/src/system/kernel/device_manager/
H A DIORequest.h160 bool IsRead() const;
278 bool IsRead() const { return !fIsWrite; } function in struct:IORequest
H A DIOCache.cpp378 if (request->IsRead()
401 if (request->IsRead()) {
H A DIORequest.cpp369 if (fParent->IsRead() && UsesBounceBuffer()) {
610 IOOperation::IsRead() const function in class:IOOperation
612 return fParent->IsRead();

Completed in 45 milliseconds