Home
last modified time | relevance | path

Searched refs:CurrentTransactionSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h35 size_t CurrentTransactionSize() const;
H A DJournal.cpp618 Journal::CurrentTransactionSize() const in CurrentTransactionSize() function in Journal
633 return CurrentTransactionSize() > fLogSize; in CurrentTransactionTooLarge()