Searched refs:firstEntry (Results 1 – 3 of 3) sorted by relevance
127 status_t _LookupInNode(uint32 hash, off_t& firstEntry,
882 uint16 firstEntry = offset % fBlockSize / sizeof(HTreeEntry); in _HTreeEntryTail() local883 HTreeCountLimit* countLimit = (HTreeCountLimit*)&entries[firstEntry]; in _HTreeEntryTail()885 TRACE("DirectoryIterator::_HTreeEntryTail() %p %p\n", block, &entries[firstEntry + limit]); in _HTreeEntryTail()886 return (ext2_htree_tail*)(&entries[firstEntry + limit]); in _HTreeEntryTail()
240 AttrLeafEntry* firstEntry = (AttrLeafEntry*)(fLeafBuffer + AttrLeafHeader::Size(fInode)); in GetNext() local249 (AttrLeafEntry*)((char*)firstEntry + i * sizeof(AttrLeafEntry)); in GetNext()