Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DDirectoryManage.c855 UINT32 NewEndPos; in FatNewEntryPos() local
874 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()