EntryMap
struct ShareVolume::EntryMap : HashMap<EntryKey, ShareDirEntry*> {
typedef HashMap<HashString, VirtualDirEntry*> EntryMap;
struct Volume::EntryMap : HashMap<EntryKey, Entry*> {
typedef map<string, Node*> EntryMap;
typedef BOpenHashTable<EntryHashDefinition> EntryMap;