Searched defs:VNodeHashDefinition (Results 1 – 1 of 1) sorted by relevance
92 struct Volume::VNodeHashDefinition { struct in Volume93 typedef ino_t KeyType;94 typedef VNode ValueType;96 size_t HashKey(ino_t key) const in HashKey()98 size_t Hash(const VNode* value) const in Hash()100 bool Compare(ino_t key, const VNode* value) const in Compare()102 VNode*& GetLink(VNode* value) const in GetLink()