Searched refs:NewEntryPos (Results 1 – 1 of 1) sorted by relevance
785 UINT32 NewEntryPos; in FatFirstFitInsertDirEnt() local802 NewEntryPos = EntryCount; in FatFirstFitInsertDirEnt()810 if (NewEntryPos + CurrentDirEnt->EntryCount <= CurrentDirEnt->EntryPos) { in FatFirstFitInsertDirEnt()811 if (LabelPos > NewEntryPos || LabelPos <= CurrentPos) { in FatFirstFitInsertDirEnt()820 NewEntryPos = CurrentPos + EntryCount; in FatFirstFitInsertDirEnt()823 if (NewEntryPos >= ODir->CurrentEndPos) { in FatFirstFitInsertDirEnt()828 DirEnt->EntryPos = (UINT16) NewEntryPos; in FatFirstFitInsertDirEnt()