|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static NTSTATUS | Fat12WriteBootSector (IN HANDLE FileHandle, IN PFAT16_BOOT_SECTOR BootSector, IN OUT PFORMAT_CONTEXT Context) |
| static NTSTATUS | Fat12WriteFAT (IN HANDLE FileHandle, IN ULONG SectorOffset, IN PFAT16_BOOT_SECTOR BootSector, IN OUT PFORMAT_CONTEXT Context) |
| static NTSTATUS | Fat12WriteRootDirectory (IN HANDLE FileHandle, IN PFAT16_BOOT_SECTOR BootSector, IN OUT PFORMAT_CONTEXT Context) |
| NTSTATUS | Fat12Format (IN HANDLE FileHandle, IN PPARTITION_INFORMATION PartitionInfo, IN PDISK_GEOMETRY DiskGeometry, IN PUNICODE_STRING Label, IN BOOLEAN QuickFormat, IN ULONG ClusterSize, IN OUT PFORMAT_CONTEXT Context) |
| NTSTATUS Fat12Format | ( | IN HANDLE | FileHandle, |
| IN PPARTITION_INFORMATION | PartitionInfo, | ||
| IN PDISK_GEOMETRY | DiskGeometry, | ||
| IN PUNICODE_STRING | Label, | ||
| IN BOOLEAN | QuickFormat, | ||
| IN ULONG | ClusterSize, | ||
| IN OUT PFORMAT_CONTEXT | Context | ||
| ) |
Definition at line 239 of file fat12.c.
Referenced by VfatFormat().
|
static |
Definition at line 21 of file fat12.c.
Referenced by Fat12Format().
|
static |
Definition at line 75 of file fat12.c.
Referenced by Fat12Format().
|
static |
Definition at line 163 of file fat12.c.
Referenced by Fat12Format().