Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp472 uint16 realLength = EXT2_DIR_REC_LEN(dirEntry->NameLength()); in _AllocateBestEntryInBlock() local
475 emptySpace -= realLength; in _AllocateBestEntryInBlock()
480 newLength = realLength; in _AllocateBestEntryInBlock()
486 bestRealLength = realLength; in _AllocateBestEntryInBlock()
690 uint32 realLength = EXT2_DIR_REC_LEN(dirEntry->name_length); in _SplitIndexedBlock() local
692 dirEntry->SetLength((uint16)realLength); in _SplitIndexedBlock()
693 memcpy(&firstBlock[displacement], dirEntry, realLength); in _SplitIndexedBlock()
695 displacement += realLength; in _SplitIndexedBlock()
786 uint32 realLength = EXT2_DIR_REC_LEN(dirEntry->name_length); in _SplitIndexedBlock() local
788 dirEntry->SetLength((uint16)realLength); in _SplitIndexedBlock()
[all …]