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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp49 uint32 LogEntryLength() const function in class:RunArrays
791 if (runArrays.LogEntryLength() > FreeLogBlocks()) {
793 if (runArrays.LogEntryLength() > FreeLogBlocks()) {
795 (long)FreeLogBlocks(), (long)runArrays.LogEntryLength());
871 runArrays.LogEntryLength());

Completed in 32 milliseconds