Searched refs:realLength (Results 1 – 1 of 1) sorted by relevance
472 uint16 realLength = EXT2_DIR_REC_LEN(dirEntry->NameLength()); in _AllocateBestEntryInBlock() local475 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() local692 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() local788 dirEntry->SetLength((uint16)realLength); in _SplitIndexedBlock()[all …]