Searched refs:NewEndPos (Results 1 – 1 of 1) sorted by relevance
855 UINT32 NewEndPos; in FatNewEntryPos() local874 NewEndPos = ODir->CurrentEndPos + DirEnt->EntryCount; in FatNewEntryPos()875 if (NewEndPos * sizeof (FAT_DIRECTORY_ENTRY) > OFile->FileSize) { in FatNewEntryPos()876 … if (NewEndPos >= (OFile->IsFixedRootDir ? OFile->Volume->RootEntries : FAT_MAX_DIRENTRY_COUNT)) { in FatNewEntryPos()893 ODir->CurrentEndPos = NewEndPos; in FatNewEntryPos()