Home
last modified time | relevance | path

Searched defs:VNodeHashDefinition (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp92 struct Volume::VNodeHashDefinition { struct in Volume
93 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()