Home
last modified time | relevance | path

Searched defs:_FAT_ODIR (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFat.h196 struct _FAT_ODIR { struct
197 UINTN Signature;
198 UINT32 CurrentEndPos; // Current end position of the directory
199 UINT32 CurrentPos; // Current position of the directory
200 LIST_ENTRY *CurrentCursor; // Current directory entry pointer
201 LIST_ENTRY ChildList; // List of all directory entries
202 …AN EndOfDir; // Indicate whether we have reached the end of the directory
203 LIST_ENTRY DirCacheLink; // Linked in Volume->DirCacheList when discarded
204 … DirCacheTag; // The identification of the directory when in directory cache
205 FAT_DIRENT *LongNameHashTable[HASH_TABLE_SIZE];
[all …]