Searched defs:_FAT_ODIR (Results 1 – 1 of 1) sorted by relevance
196 struct _FAT_ODIR { struct197 UINTN Signature;198 UINT32 CurrentEndPos; // Current end position of the directory199 UINT32 CurrentPos; // Current position of the directory200 LIST_ENTRY *CurrentCursor; // Current directory entry pointer201 LIST_ENTRY ChildList; // List of all directory entries202 …AN EndOfDir; // Indicate whether we have reached the end of the directory203 LIST_ENTRY DirCacheLink; // Linked in Volume->DirCacheList when discarded204 … DirCacheTag; // The identification of the directory when in directory cache205 FAT_DIRENT *LongNameHashTable[HASH_TABLE_SIZE];[all …]