• Home
  • Raw
  • Download

Lines Matching refs:EntryKernel

139     EntryKernel* entry = it->second;  in InitializeIndices()
226 EntryKernel* Directory::GetEntryById(const Id& id) { in GetEntryById()
231 EntryKernel* Directory::GetEntryById(const ScopedKernelLock& lock, in GetEntryById()
242 EntryKernel* Directory::GetEntryByClientTag(const string& tag) { in GetEntryByClientTag()
253 EntryKernel* Directory::GetEntryByServerTag(const string& tag) { in GetEntryByServerTag()
263 EntryKernel* Directory::GetEntryByHandle(int64 metahandle) { in GetEntryByHandle()
268 EntryKernel* Directory::GetEntryByHandle(const ScopedKernelLock& lock, in GetEntryByHandle()
295 EntryKernel* kernel) const { in GetTotalNodeCount()
319 EntryKernel* kernel, in GetChildSetForKernel()
335 EntryKernel* kernel) const { in GetPositionIndex()
343 bool Directory::InsertEntry(BaseWriteTransaction* trans, EntryKernel* entry) { in InsertEntry()
350 EntryKernel* entry) { in InsertEntry()
396 EntryKernel* const entry, in ReindexId()
415 EntryKernel* const entry, in ReindexParentId()
500 const EntryKernel* const entry) const { in SafeToPurgeFromMemory()
540 EntryKernel* entry = GetEntryByHandle(lock, *i); in TakeSnapshotForSaveChanges()
547 new EntryKernel(*entry)); in TakeSnapshotForSaveChanges()
604 EntryKernel* entry = (found == kernel_->metahandles_map.end() ? in VacuumAfterSaveChanges()
640 void Directory::UnapplyEntry(EntryKernel* entry) { in UnapplyEntry()
691 EntryKernel* entry, in DeleteEntry()
766 std::set<EntryKernel*> to_purge; in PurgeEntriesWithTypeIn()
782 for (std::set<EntryKernel*>::iterator it = to_purge.begin(); in PurgeEntriesWithTypeIn()
784 EntryKernel* entry = *it; in PurgeEntriesWithTypeIn()
832 EntryKernel* type_root = GetEntryByServerTag(ModelTypeToRootTag(type)); in ResetVersionsForType()
843 EntryKernel* entry = GetEntryByHandle(lock, *it); in ResetVersionsForType()
1077 EntryKernel* entry = it->second; in GetMetaHandlesOfType()
1093 EntryKernel* entry = it->second; in CollectMetaHandleCounts()
1113 EntryKernel* kernel = it->second; in GetNodeDetailsForType()
1324 const EntryKernel* parent) { in GetFirstChildId()
1339 syncable::Id Directory::GetPredecessorId(EntryKernel* e) { in GetPredecessorId()
1357 syncable::Id Directory::GetSuccessorId(EntryKernel* e) { in GetSuccessorId()
1378 void Directory::PutPredecessor(EntryKernel* e, EntryKernel* predecessor) { in PutPredecessor()
1443 EntryKernel* successor = *neighbour; in PutPredecessor()
1499 EntryKernel* entry = GetEntryByHandle(lock, *iter); in GetAttachmentIdsToUpload()