Searched refs:revokeManager (Results 1 – 2 of 2) sorted by relevance
49 HashRevokeManager* revokeManager = new(std::nothrow) in InodeJournal() local52 "manager at %p\n", revokeManager); in InodeJournal()54 if (revokeManager == NULL) { in InodeJournal()59 fInitStatus = revokeManager->Init(); in InodeJournal()62 fRevokeManager = revokeManager; in InodeJournal()65 delete revokeManager; in InodeJournal()
111 HashRevokeManager* revokeManager = new(std::nothrow) HashRevokeManager( in Journal() local114 revokeManager); in Journal()116 if (revokeManager == NULL) in Journal()119 fInitStatus = revokeManager->Init(); in Journal()122 fRevokeManager = revokeManager; in Journal()125 delete revokeManager; in Journal()