FUSEEntryRef
typedef FUSEEntryRef KeyType;
size_t HashKey(const FUSEEntryRef& key) const
{ return HashKey(FUSEEntryRef(value->parent->id, value->name)); }
bool Compare(const FUSEEntryRef& key, const FUSEEntry* value) const
FUSEEntryRef(ino_t parentID, const char* name)
FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(dir->id, entryName));
entry = fEntries.Lookup(FUSEEntryRef(dir->id, entryName));
FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(dir->id, name));
FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(oldDir->id, oldName));
} else if ((entry = fEntries.Lookup(FUSEEntryRef(dirID, name))) == NULL) {
} else if ((entry = fEntries.Lookup(FUSEEntryRef(dirID, name))) == NULL) {