Home
last modified time | relevance | path

Searched refs:firstEntry (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h127 status_t _LookupInNode(uint32 hash, off_t& firstEntry,
H A DDirectoryIterator.cpp882 uint16 firstEntry = offset % fBlockSize / sizeof(HTreeEntry); in _HTreeEntryTail() local
883 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()
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp240 AttrLeafEntry* firstEntry = (AttrLeafEntry*)(fLeafBuffer + AttrLeafHeader::Size(fInode)); in GetNext() local
249 (AttrLeafEntry*)((char*)firstEntry + i * sizeof(AttrLeafEntry)); in GetNext()