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

/vbox/src/VBox/Devices/Storage/
H A DDrvBlock.cpp80 uint32_t cbFlushInterval; member in struct:DRVBLOCK
188 if (pThis->cbFlushInterval)
191 if (pThis->cbDataWritten > pThis->cbFlushInterval)
1043 rc = CFGMR3QueryU32Def(pCfg, "FlushInterval", &pThis->cbFlushInterval, 0);

Completed in 43 milliseconds