Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp131 struct Volume::IORequestIDHashDefinition { struct in Volume
132 typedef int32 KeyType;
133 typedef IORequestInfo ValueType;
135 size_t HashKey(int32 key) const in HashKey()
137 size_t Hash(const IORequestInfo* value) const in Hash()
139 bool Compare(int32 key, const IORequestInfo* value) const in Compare()
141 IORequestInfo*& GetLink(IORequestInfo* value) const in GetLink()