EntryCacheKey
EntryCacheKey key(dirID, name);
EntryCacheKey key(dirID, name);
EntryCacheKey key(dirID, name);
EntryCacheKey(ino_t dirID, const char* name, const uint32* _hash = NULL)
typedef EntryCacheKey KeyType;
uint32 HashKey(const EntryCacheKey& key) const
EntryCacheKey Key(const EntryCacheEntry* value) const
return EntryCacheKey(value->dir_id, value->name, &value->hash);
bool Compare(const EntryCacheKey& key, const EntryCacheEntry* value) const