Searched refs:indirections (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.h28 status_t Lookup(uint32 hash, int indirections,
H A DHTreeEntryIterator.cpp135 HTreeEntryIterator::Lookup(uint32 hash, int indirections, argument
163 TRACE("HTreeEntryIterator::Lookup() indirections: %d s:%p m:%p e:%p\n",
164 indirections, start, middle, end);
170 TRACE("HTreeEntryIterator::Lookup() indirections: %d s:%p m:%p e:%p\n",
171 indirections, start, middle, end);
186 if (indirections == 0) {
220 return fChild->Lookup(hash, indirections - 1, directoryIterator,

Completed in 79 milliseconds