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

/vbox/src/VBox/Storage/
H A DVHD.cpp621 bool fIoInProgress = false; local
650 fIoInProgress |= rc == VERR_VD_ASYNC_IO_IN_PROGRESS;
666 fIoInProgress |= rc == VERR_VD_ASYNC_IO_IN_PROGRESS;
669 return fIoInProgress ? VERR_VD_ASYNC_IO_IN_PROGRESS : rc;
1660 bool fIoInProgress = false; local
1691 fIoInProgress = true;
1713 fIoInProgress = true;
1733 fIoInProgress = true;
1756 fIoInProgress = true;
1765 if (!fIoInProgress)
[all...]

Completed in 50 milliseconds