Searched refs:LogEntry (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | Journal.cpp | 65 class LogEntry : public DoublyLinkedListLinkImpl<LogEntry> { class 67 LogEntry(Journal* journal, uint32 logStart, 69 ~LogEntry(); 94 class LogEntry : public AbstractTraceEntry { class 96 LogEntry(::LogEntry* entry, off_t logPosition, bool started) in LogEntry() function in BFSJournalTracing::LogEntry 125 ::LogEntry* fEntry; 170 LogEntry::LogEntry(Journal* journal, uint32 start, uint32 length) in LogEntry() function in LogEntry 179 LogEntry::~LogEntry() in ~LogEntry() 646 LogEntry* logEntry = (LogEntry*)_logEntry; in _TransactionWritten() 660 LogEntry* next = journal->fEntries.GetNext(logEntry); in _TransactionWritten() [all …]
|
H A D | Journal.h | 17 class LogEntry; variable 18 typedef DoublyLinkedList<LogEntry> LogEntryList;
|
/haiku/src/add-ons/kernel/file_systems/ext2/ |
H A D | Journal.cpp | 34 class LogEntry : public DoublyLinkedListLinkImpl<LogEntry> { class 36 LogEntry(Journal* journal, uint32 logStart, 38 ~LogEntry(); 52 LogEntry::LogEntry(Journal* journal, uint32 logStart, uint32 commitID) in LogEntry() function in LogEntry 61 LogEntry::~LogEntry() in ~LogEntry() 637 LogEntry *logEntry = new LogEntry(this, fLogEnd, fCurrentCommitID++); in _WriteTransactionToLog() 1331 LogEntry* logEntry = (LogEntry*)_logEntry; in _TransactionWritten()
|
H A D | Journal.h | 220 class LogEntry; variable 222 typedef DoublyLinkedList<LogEntry> LogEntryList;
|