ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
VOID | StartFormat (_Inout_ PFORMAT_VOLUME_INFO FmtInfo, _In_ PFILE_SYSTEM_ITEM SelectedFileSystem) |
VOID | EndFormat (_In_ NTSTATUS Status) |
VOID | StartCheck (_Inout_ PCHECK_VOLUME_INFO ChkInfo) |
VOID | EndCheck (_In_ NTSTATUS Status) |
Definition at line 150 of file fmtchk.c.
Referenced by DoChecking(), and FsVolCallback().
Definition at line 97 of file fmtchk.c.
Referenced by DoFormatting(), FsVolCallback(), and FsVolCommitOpsQueue().
VOID StartCheck | ( | _Inout_ PCHECK_VOLUME_INFO | ChkInfo | ) |
Definition at line 127 of file fmtchk.c.
Referenced by FsVolCallback().
VOID StartFormat | ( | _Inout_ PFORMAT_VOLUME_INFO | FmtInfo, |
_In_ PFILE_SYSTEM_ITEM | SelectedFileSystem | ||
) |
Definition at line 70 of file fmtchk.c.
Referenced by FsVolCallback().