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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h52 status_t _FlushLog(bool canWait, bool flushBlocks);
H A DJournal.cpp926 /*! Flushes the current log entry to disk. If \a flushBlocks is \c true it will
930 Journal::_FlushLog(bool canWait, bool flushBlocks) argument
951 if (flushBlocks)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h316 status_t _FlushLog(bool canWait, bool flushBlocks);
H A DJournal.cpp1167 Journal::_FlushLog(bool canWait, bool flushBlocks) argument
1203 if (flushBlocks) {

Completed in 42 milliseconds