Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DDirectoryManage.c35 IN UINTN EntryPos, in FatAccessEntry() argument
42 Position = EntryPos * sizeof (FAT_DIRECTORY_ENTRY); in FatAccessEntry()
76 UINTN EntryPos; in FatStoreDirEnt() local
82 EntryPos = DirEnt->EntryPos; in FatStoreDirEnt()
87 Status = FatAccessEntry (OFile, WriteData, EntryPos, &DirEnt->Entry); in FatStoreDirEnt()
123 EntryPos--; in FatStoreDirEnt()
128 Status = FatAccessEntry (OFile, WriteData, EntryPos, &LfnEntry); in FatStoreDirEnt()
244 UINTN EntryPos; in FatLoadLongNameEntry() local
250 EntryPos = DirEnt->EntryPos; in FatLoadLongNameEntry()
259 if (EntryPos == 0) { in FatLoadLongNameEntry()
[all …]
DDiskCache.c117 UINT64 EntryPos; in FatExchangeCachePage() local
128 EntryPos = DiskCache->BaseAddress + LShiftU64 (PageNo, PageAlignment); in FatExchangeCachePage()
132 MaxSize = DiskCache->LimitAddress - EntryPos; in FatExchangeCachePage()
148 Status = FatDiskIo (Volume, IoMode, EntryPos, RealSize, PageAddress, Task); in FatExchangeCachePage()
153 EntryPos += Volume->FatSize; in FatExchangeCachePage()
318 UINT64 EntryPos; in FatAccessCache() local
325 EntryPos = Offset - DiskCache->BaseAddress; in FatAccessCache()
328 PageNo = (UINTN) RShiftU64 (EntryPos, PageAlignment); in FatAccessCache()
329 UnderRun = ((UINTN) EntryPos) & (PageSize - 1); in FatAccessCache()
358 EntryPos = Volume->RootPos + LShiftU64 (PageNo, PageAlignment); in FatAccessCache()
[all …]
DFat.h185 …UINT16 EntryPos; // The position of this directory entry in the parent … member