Home | History | Annotate | Download | only in EnhancedFatDxe

Lines Matching full:entrycount

79   UINT8             EntryCount;

83 EntryCount = DirEnt->EntryCount;
92 if (--EntryCount > 0) {
96 SetMem (LfnBuffer, sizeof (CHAR16) * LFN_CHAR_TOTAL * EntryCount, 0xff);
111 for (LfnOrdinal = 1; LfnOrdinal <= EntryCount; LfnOrdinal++) {
113 if (LfnOrdinal == EntryCount) {
290 DirEnt->EntryCount = LfnOrdinal;
659 DirEnt->EntryCount = 1;
690 DirEnt->EntryCount = (UINT8)(LFN_ENTRY_NUMBER (StrLen (FileString)) + DirEnt->EntryCount);
747 DirEnt->EntryCount = 1;
786 UINT16 EntryCount;
801 EntryCount = DirEnt->EntryCount;
802 NewEntryPos = EntryCount;
810 if (NewEntryPos + CurrentDirEnt->EntryCount <= CurrentDirEnt->EntryPos) {
820 NewEntryPos = CurrentPos + EntryCount;
874 NewEndPos = ODir->CurrentEndPos + DirEnt->EntryCount;
962 LabelDirEnt.EntryCount = 1;