Home
last modified time | relevance | path

Searched refs:Journal (Results 1 – 25 of 33) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp20 Journal::Journal(Volume* volume) in Journal() function in Journal
31 Journal::~Journal() in ~Journal()
38 Journal::_TransactionWritten(int32 transactionID, int32 event, void* _journal) in _TransactionWritten()
45 Journal::_TransactionDone(bool success) in _TransactionDone()
59 Journal::Lock(Transaction* owner) in Lock()
91 Journal::UnLock(Transaction* owner, bool success) in UnLock()
H A DJournal.h15 class Journal {
17 Journal(Volume* volume);
18 ~Journal();
48 Journal* GetJournal() const { return fJournal; } in GetJournal()
58 Journal* fJournal;
H A DVolume.h21 class Journal; variable
57 Journal* GetJournal() const { return fJournal; } in GetJournal()
95 Journal* fJournal;
H A DJamfile28 Journal.cpp
H A DVolume.cpp284 fJournal = new(std::nothrow) Journal(this); in Mount()
389 fJournal = new(std::nothrow) Journal(this); in Initialize()
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp36 LogEntry(Journal* journal, uint32 logStart,
43 Journal* GetJournal() { return fJournal; } in GetJournal()
46 Journal* fJournal;
52 LogEntry::LogEntry(Journal* journal, uint32 logStart, uint32 commitID) in LogEntry()
84 Journal::Journal(Volume* fsVolume, Volume* jVolume) in Journal() function in Journal
130 Journal::Journal() in Journal() function in Journal
164 Journal::~Journal() in ~Journal()
178 Journal::InitCheck() in InitCheck()
185 Journal::Uninit() in Uninit()
205 Journal::StartLog() in StartLog()
[all …]
H A DTransaction.h16 class Journal; variable
36 Transaction(Journal* journal);
39 status_t Start(Journal* journal);
68 Journal* fJournal;
H A DNoJournal.cpp27 Journal() in NoJournal()
70 status = Journal::Lock(owner, separateSubTransactions); in Lock()
80 return Journal::Unlock(owner, success); in Unlock()
H A DVolume.h18 class Journal; variable
78 Journal* GetJournal() { return fJournal; } in GetJournal()
172 Journal* fJournal;
H A DJournal.h225 class Journal {
227 Journal(Volume *fsVolume, Volume *jVolume);
228 virtual ~Journal();
251 Journal();
H A DInodeJournal.h16 class InodeJournal : public Journal {
H A DTransaction.cpp46 Transaction::Transaction(Journal* journal) in Transaction()
62 Transaction::Start(Journal* journal) in Start()
H A DNoJournal.h15 class NoJournal : public Journal {
H A DInodeJournal.cpp29 Journal(), in InodeJournal()
H A DJamfile26 Journal.cpp
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp40 RunArrays(Journal* journal);
59 Journal* fJournal;
67 LogEntry(Journal* journal, uint32 logStart,
79 Journal* GetJournal() { return fJournal; } in GetJournal()
82 Journal* fJournal;
170 LogEntry::LogEntry(Journal* journal, uint32 start, uint32 length) in LogEntry()
280 RunArrays::RunArrays(Journal* journal) in RunArrays()
401 Journal::Journal(Volume* volume) in Journal() function in Journal
416 fLogFlusher = spawn_kernel_thread(&Journal::_LogFlusher, "bfs log flusher", in Journal()
423 Journal::~Journal() in ~Journal()
[all …]
H A DJournal.h21 class Journal {
23 Journal(Volume* volume);
24 ~Journal();
86 Journal::FreeLogBlocks() const in FreeLogBlocks()
207 Journal* fJournal;
H A DVolume.h16 class Journal; variable
143 Journal* GetJournal(off_t refBlock) const;
166 Journal* fJournal;
242 inline Journal*
H A DJamCommon40 Journal.cpp
/haiku/data/catalogs/servers/syslog_daemon/
H A Dfr.catkeys2 Syslog Daemon SyslogDaemon Démon du Journal Système
/haiku/src/tests/add-ons/kernel/file_systems/userlandfs/bfs/
H A DJamfile38 Journal.cpp
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DJamfile12 local preIncludes = [ FPreIncludes Inode.h Journal.h Volume.h ] ;
/haiku/data/catalogs/servers/mail/
H A Dfr.catkeys19 Mail daemon status log MailDaemon Journal d’état du démon de courrier
/haiku/src/tools/bfs_shell/
H A DJamfile58 Journal.cpp
/haiku/src/tests/add-ons/kernel/file_systems/btrfs/btrfs_shell/
H A DJamfile54 Journal.cpp

12