ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <fat.h>
Public Attributes | |
USHORT | BytesPerSector |
UCHAR | SectorsPerCluster |
USHORT | ReservedSectors |
UCHAR | Fats |
USHORT | RootEntries |
USHORT | Sectors |
UCHAR | Media |
USHORT | SectorsPerFat |
USHORT | SectorsPerTrack |
USHORT | Heads |
ULONG32 | HiddenSectors |
ULONG32 | LargeSectors |
ULONG32 | LargeSectorsPerFat |
union { | |
USHORT ExtendedFlags | |
struct { | |
ULONG ActiveFat:4 | |
ULONG Reserved0:3 | |
ULONG MirrorDisabled:1 | |
ULONG Reserved1:8 | |
} | |
}; | |
USHORT | FsVersion |
ULONG32 | RootDirFirstCluster |
USHORT | FsInfoSector |
USHORT | BackupBootSector |
union { | |
USHORT ExtendedFlags | |
struct { | |
ULONG ActiveFat:4 | |
ULONG Reserved0:3 | |
ULONG MirrorDisabled:1 | |
ULONG Reserved1:8 | |
} | |
}; | |
union { ... } BIOS_PARAMETER_BLOCK::@722 |
union { ... } BIOS_PARAMETER_BLOCK::@748 |
USHORT BIOS_PARAMETER_BLOCK::BytesPerSector |
Definition at line 104 of file fat.h.
Referenced by FatIsBootSectorFat(), FatMount(), FsRecIsFatVolume(), and RamdiskCreateDiskDevice().
UCHAR BIOS_PARAMETER_BLOCK::Fats |
Definition at line 107 of file fat.h.
Referenced by FatIsBootSectorFat(), and FatMount().
USHORT BIOS_PARAMETER_BLOCK::FsVersion |
Definition at line 126 of file fat.h.
Referenced by FatIsBootSectorFat().
USHORT BIOS_PARAMETER_BLOCK::Heads |
Definition at line 113 of file fat.h.
Referenced by RamdiskCreateDiskDevice().
ULONG32 BIOS_PARAMETER_BLOCK::LargeSectors |
Definition at line 115 of file fat.h.
Referenced by FatIsBootSectorFat(), FatMount(), and FsRecIsFatVolume().
ULONG32 BIOS_PARAMETER_BLOCK::LargeSectorsPerFat |
Definition at line 116 of file fat.h.
Referenced by FatIsBootSectorFat().
UCHAR BIOS_PARAMETER_BLOCK::Media |
Definition at line 110 of file fat.h.
Referenced by FatIsBootSectorFat(), FatMount(), and FsRecIsFatVolume().
ULONG BIOS_PARAMETER_BLOCK::MirrorDisabled |
Definition at line 122 of file fat.h.
Referenced by FatIsBootSectorFat().
USHORT BIOS_PARAMETER_BLOCK::ReservedSectors |
Definition at line 106 of file fat.h.
Referenced by FatIsBootSectorFat(), FatMount(), and FsRecIsFatVolume().
USHORT BIOS_PARAMETER_BLOCK::RootEntries |
Definition at line 108 of file fat.h.
Referenced by FatIsBootSectorFat(), FatMount(), and FsRecIsFatVolume().
USHORT BIOS_PARAMETER_BLOCK::Sectors |
Definition at line 109 of file fat.h.
Referenced by FatIsBootSectorFat(), FatMount(), and FsRecIsFatVolume().
UCHAR BIOS_PARAMETER_BLOCK::SectorsPerCluster |
Definition at line 105 of file fat.h.
Referenced by FatIsBootSectorFat(), FatMount(), and FsRecIsFatVolume().
USHORT BIOS_PARAMETER_BLOCK::SectorsPerFat |
Definition at line 111 of file fat.h.
Referenced by FatIsBootSectorFat(), and FsRecIsFatVolume().
USHORT BIOS_PARAMETER_BLOCK::SectorsPerTrack |
Definition at line 112 of file fat.h.
Referenced by RamdiskCreateDiskDevice().