Searched refs:LfnEntry (Results 1 – 1 of 1) sorted by relevance
75 FAT_DIRECTORY_LFN LfnEntry; in FatStoreDirEnt() local107 LfnEntry.Attributes = FAT_ATTRIBUTE_LFN; in FatStoreDirEnt()108 LfnEntry.Type = 0; in FatStoreDirEnt()109 LfnEntry.MustBeZero = 0; in FatStoreDirEnt()110 LfnEntry.Checksum = FatCheckSum (DirEnt->Entry.FileName); in FatStoreDirEnt()112 LfnEntry.Ordinal = LfnOrdinal; in FatStoreDirEnt()114 LfnEntry.Ordinal |= FAT_LFN_LAST; in FatStoreDirEnt()117 CopyMem (LfnEntry.Name1, LfnBufferPointer, sizeof (CHAR16) * LFN_CHAR1_LEN); in FatStoreDirEnt()119 CopyMem (LfnEntry.Name2, LfnBufferPointer, sizeof (CHAR16) * LFN_CHAR2_LEN); in FatStoreDirEnt()121 CopyMem (LfnEntry.Name3, LfnBufferPointer, sizeof (CHAR16) * LFN_CHAR3_LEN); in FatStoreDirEnt()[all …]