Searched refs:HashRevokeManager (Results 1 – 5 of 5) sorted by relevance
23 HashRevokeManager::HashRevokeManager(bool has64bits) in HashRevokeManager() function in HashRevokeManager32 HashRevokeManager::~HashRevokeManager() in ~HashRevokeManager()51 HashRevokeManager::Init() in Init()63 HashRevokeManager::Insert(uint32 block, uint32 commitID) in Insert()88 HashRevokeManager::Remove(uint32 block) in Remove()104 HashRevokeManager::Lookup(uint32 block, uint32 commitID) in Lookup()116 HashRevokeManager::Compare(void* _revoked, const void *_block) in Compare()129 HashRevokeManager::Hash(void* _revoked, const void* _block, uint32 range) in Hash()144 HashRevokeManager::_ForceInsert(uint32 block, uint32 commitID) in _ForceInsert()
52 class HashRevokeManager : public RevokeManager {54 HashRevokeManager(bool has64bits);55 virtual ~HashRevokeManager();
49 HashRevokeManager* revokeManager = new(std::nothrow) in InodeJournal()50 HashRevokeManager(volume->Has64bitFeature()); in InodeJournal()
20 HashRevokeManager.cpp
111 HashRevokeManager* revokeManager = new(std::nothrow) HashRevokeManager( in Journal()