Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DOpenVolume.c46 Status = FatOpenDirEnt (NULL, &Volume->RootDirEnt); in FatOpenVolume()
DInit.c68 Volume->RootDirEnt.FileString = Volume->RootFileString; in FatAllocateVolume()
69 Volume->RootDirEnt.Entry.Attributes = FAT_ATTRIBUTE_DIRECTORY; in FatAllocateVolume()
DFat.h58 #define VOLUME_FROM_ROOT_DIRENT(a) CR (a, FAT_VOLUME, RootDirEnt, FAT_VOLUME_SIGNATURE)
360 FAT_DIRENT RootDirEnt; member