Home
last modified time | relevance | path

Searched refs:EntryMap (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.h38 struct EntryMap;
44 EntryMap* fEntries;
H A DVolume.cpp84 struct Volume::EntryMap : HashMap<EntryKey, Entry*> { struct in Volume
103 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) { in ~Volume()
141 fEntries = new(std::nothrow) EntryMap; in Init()
282 EntryMap::Iterator it = fEntries->GetIterator(); in GetFirstEntry()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.h83 typedef HashMap<HashString, VirtualDirEntry*> EntryMap; typedef
87 EntryMap fEntries;
H A DShareVolume.h150 struct EntryMap;
233 EntryMap* fEntries; // local ID, name -> ShareDirEntry
H A DShareVolume.cpp109 struct ShareVolume::EntryMap : HashMap<EntryKey, ShareDirEntry*> { struct in ShareVolume
208 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) in ~ShareVolume()
264 fEntries = new(std::nothrow) EntryMap; in Init()
341 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) { in PrepareToUnmount()
/haiku/src/bin/
H A Ddiff_zip.cpp188 for (EntryMap::iterator it = fEntries.begin(); it != fEntries.end(); in Scan()
228 EntryMap::const_iterator it = fEntries.find(entry->d_name); in CollectDiffEntries()
262 for (EntryMap::const_iterator it = fEntries.begin(); in Dump()
270 typedef map<string, Node*> EntryMap; typedef in Directory
272 EntryMap fEntries;
/haiku/src/kits/storage/
H A DPathMonitor.cpp342 typedef BOpenHashTable<EntryHashDefinition> EntryMap; typedef
499 EntryMap::Iterator GetEntryIterator() const in GetEntryIterator()
517 EntryMap fEntries;
1823 for (EntryMap::Iterator it = directory->GetEntryIterator(); it.HasNext();) in _NotifyFilesCreatedOrRemoved()