ReactOS 0.4.16-dev-36-g301675c
|
#include <fatfs.h>
Public Attributes | |
BYTE | jmp [3] |
char | OEM [8] |
WORD | BytesPerSector |
BYTE | SectorsPerCluster |
WORD | ReservedSectors |
BYTE | NumberFATs |
WORD | RootEntries |
WORD | Sectors16 |
BYTE | MediaDescr |
WORD | SectorsPerFAT |
WORD | SectorsPerTrack |
WORD | Heads |
DWORD | HiddenSectors |
DWORD | Sectors32 |
BYTE | DriveUnit |
WORD | ExtBootFlag |
DWORD | SerialNr |
char | Label [11] |
char | FileSystem [8] |
BYTE | BootCode [448] |
BYTE | BootSignature [2] |
BYTE BootSector::BootCode[448] |
Definition at line 92 of file fatfs.h.
Referenced by IsThereAValidBootSector(), and SaveBootSector().
WORD BootSector::BytesPerSector |
Definition at line 75 of file fatfs.h.
Referenced by Fat12Format(), Fat12WriteBootSector(), Fat12WriteFAT(), Fat12WriteRootDirectory(), Fat16Format(), Fat16WriteBootSector(), Fat16WriteFAT(), Fat16WriteRootDirectory(), Fat32Format(), Fat32WriteBootSector(), Fat32WriteFAT(), Fat32WriteFsInfo(), Fat32WriteRootDirectory(), NtfsGetVolumeData(), and NtfsHasFileSystem().
WORD BootSector::Heads |
Definition at line 84 of file fatfs.h.
Referenced by Fat12Format(), Fat16Format(), and Fat32Format().
DWORD BootSector::HiddenSectors |
Definition at line 85 of file fatfs.h.
Referenced by Fat12Format(), Fat16Format(), and Fat32Format().
WORD BootSector::ReservedSectors |
Definition at line 77 of file fatfs.h.
Referenced by Fat12Format(), Fat12WriteFAT(), Fat12WriteRootDirectory(), Fat16Format(), Fat16WriteFAT(), Fat16WriteRootDirectory(), Fat32Format(), Fat32WriteFAT(), Fat32WriteFsInfo(), and Fat32WriteRootDirectory().
WORD BootSector::RootEntries |
Definition at line 79 of file fatfs.h.
Referenced by Fat12Format(), Fat12WriteRootDirectory(), Fat16Format(), Fat16WriteRootDirectory(), and Fat32Format().
BYTE BootSector::SectorsPerCluster |
Definition at line 76 of file fatfs.h.
Referenced by Fat12Format(), Fat12WriteRootDirectory(), Fat16Format(), Fat16WriteRootDirectory(), Fat32Format(), Fat32WriteFsInfo(), Fat32WriteRootDirectory(), FatxFormat(), FsRecIsFatxVolume(), NtfsGetVolumeData(), and NtfsHasFileSystem().
WORD BootSector::SectorsPerTrack |
Definition at line 83 of file fatfs.h.
Referenced by Fat12Format(), Fat16Format(), and Fat32Format().