Searched refs:RootDirEnt (Results 1 – 3 of 3) sorted by relevance
46 Status = FatOpenDirEnt (NULL, &Volume->RootDirEnt); in FatOpenVolume()
68 Volume->RootDirEnt.FileString = Volume->RootFileString; in FatAllocateVolume()69 Volume->RootDirEnt.Entry.Attributes = FAT_ATTRIBUTE_DIRECTORY; in FatAllocateVolume()
58 #define VOLUME_FROM_ROOT_DIRENT(a) CR (a, FAT_VOLUME, RootDirEnt, FAT_VOLUME_SIGNATURE)360 FAT_DIRENT RootDirEnt; member