Lines Matching refs:realLength
472 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()
789 memcpy(&secondBlock[displacement], dirEntry, realLength); in _SplitIndexedBlock()
791 displacement += realLength; in _SplitIndexedBlock()