Searched refs:HashRevokeManager (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp21 #include "HashRevokeManager.h"
111 HashRevokeManager* revokeManager = new(std::nothrow) HashRevokeManager(
H A DInodeJournal.cpp16 #include "HashRevokeManager.h"
49 HashRevokeManager* revokeManager = new(std::nothrow)
50 HashRevokeManager(volume->Has64bitFeature());
H A DHashRevokeManager.h52 class HashRevokeManager : public RevokeManager { class in inherits:RevokeManager
54 HashRevokeManager(bool has64bits);
55 virtual ~HashRevokeManager();
H A DHashRevokeManager.cpp10 #include "HashRevokeManager.h"
23 HashRevokeManager::HashRevokeManager(bool has64bits) function in class:HashRevokeManager
32 HashRevokeManager::~HashRevokeManager()
51 HashRevokeManager::Init()
63 HashRevokeManager::Insert(uint32 block, uint32 commitID)
68 TRACE("HashRevokeManager::Insert(): Already has an element\n");
70 TRACE("HashRevokeManager::Insert(): Deleting previous element\n");
88 HashRevokeManager
[all...]

Completed in 20 milliseconds