ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
ULONG | GetShiftCount (IN ULONG Value) |
ULONG | CalcVolumeSerialNumber (VOID) |
NTSTATUS | FatWipeSectors (IN HANDLE FileHandle, IN ULONG TotalSectors, IN ULONG SectorsPerCluster, IN ULONG BytesPerSector, IN OUT PFORMAT_CONTEXT Context) |
Definition at line 35 of file common.c.
Referenced by Fat12Format(), Fat16Format(), and Fat32Format().
NTSTATUS FatWipeSectors | ( | IN HANDLE | FileHandle, |
IN ULONG | TotalSectors, | ||
IN ULONG | SectorsPerCluster, | ||
IN ULONG | BytesPerSector, | ||
IN OUT PFORMAT_CONTEXT | Context | ||
) |
Definition at line 56 of file common.c.
Referenced by Fat12Format(), Fat16Format(), and Fat32Format().
Definition at line 21 of file common.c.
Referenced by Fat12Format(), Fat16Format(), and Fat32Format().