ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static ULONG | GetShiftCount (IN ULONG Value) |
static ULONG | CalcVolumeSerialNumber (VOID) |
static NTSTATUS | FatxWriteBootSector (IN HANDLE FileHandle, IN PFATX_BOOT_SECTOR BootSector, IN OUT PFORMAT_CONTEXT Context) |
static NTSTATUS | Fatx16WriteFAT (IN HANDLE FileHandle, IN ULONG SectorOffset, IN ULONG FATSectors, IN OUT PFORMAT_CONTEXT Context) |
static NTSTATUS | Fatx32WriteFAT (IN HANDLE FileHandle, IN ULONG SectorOffset, IN ULONG FATSectors, IN OUT PFORMAT_CONTEXT Context) |
static NTSTATUS | FatxWriteRootDirectory (IN HANDLE FileHandle, IN ULONG FATSectors, IN OUT PFORMAT_CONTEXT Context) |
NTSTATUS | FatxFormat (IN HANDLE FileHandle, IN PPARTITION_INFORMATION PartitionInfo, IN PDISK_GEOMETRY DiskGeometry, IN BOOLEAN QuickFormat, IN OUT PFORMAT_CONTEXT Context) |
Definition at line 34 of file fatx.c.
Referenced by FatxFormat().
|
static |
Definition at line 105 of file fatx.c.
Referenced by FatxFormat().
|
static |
Definition at line 195 of file fatx.c.
Referenced by FatxFormat().
NTSTATUS FatxFormat | ( | IN HANDLE | FileHandle, |
IN PPARTITION_INFORMATION | PartitionInfo, | ||
IN PDISK_GEOMETRY | DiskGeometry, | ||
IN BOOLEAN | QuickFormat, | ||
IN OUT PFORMAT_CONTEXT | Context | ||
) |
Definition at line 343 of file fatx.c.
Referenced by VfatxFormat().
|
static |
Definition at line 55 of file fatx.c.
Referenced by FatxFormat().
|
static |
Definition at line 290 of file fatx.c.
Referenced by FatxFormat().
Definition at line 19 of file fatx.c.
Referenced by FatxFormat().