TianoCore EDK2 master
Loading...
Searching...
No Matches
_FAT_ODIR Struct Reference

Data Fields

UINTN Signature
 
UINT32 CurrentEndPos
 
UINT32 CurrentPos
 
LIST_ENTRYCurrentCursor
 
LIST_ENTRY ChildList
 
BOOLEAN EndOfDir
 
LIST_ENTRY DirCacheLink
 
UINTN DirCacheTag
 
FAT_DIRENTLongNameHashTable [HASH_TABLE_SIZE]
 
FAT_DIRENTShortNameHashTable [HASH_TABLE_SIZE]
 

Detailed Description

Definition at line 204 of file Fat.h.

Field Documentation

◆ ChildList

LIST_ENTRY _FAT_ODIR::ChildList

Definition at line 209 of file Fat.h.

◆ CurrentCursor

LIST_ENTRY* _FAT_ODIR::CurrentCursor

Definition at line 208 of file Fat.h.

◆ CurrentEndPos

UINT32 _FAT_ODIR::CurrentEndPos

Definition at line 206 of file Fat.h.

◆ CurrentPos

UINT32 _FAT_ODIR::CurrentPos

Definition at line 207 of file Fat.h.

◆ DirCacheLink

LIST_ENTRY _FAT_ODIR::DirCacheLink

Definition at line 211 of file Fat.h.

◆ DirCacheTag

UINTN _FAT_ODIR::DirCacheTag

Definition at line 212 of file Fat.h.

◆ EndOfDir

BOOLEAN _FAT_ODIR::EndOfDir

Definition at line 210 of file Fat.h.

◆ LongNameHashTable

FAT_DIRENT* _FAT_ODIR::LongNameHashTable[HASH_TABLE_SIZE]

Definition at line 213 of file Fat.h.

◆ ShortNameHashTable

FAT_DIRENT* _FAT_ODIR::ShortNameHashTable[HASH_TABLE_SIZE]

Definition at line 214 of file Fat.h.

◆ Signature

UINTN _FAT_ODIR::Signature

Definition at line 205 of file Fat.h.


The documentation for this struct was generated from the following file: