mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 09:58:32 +00:00
[SETUPLIB] Move the filesystem recognition helpers to their own file.
This commit is contained in:
parent
8a4273b6ee
commit
b51b8ee2d5
7 changed files with 361 additions and 332 deletions
|
@ -16,38 +16,6 @@ GetRegisteredFileSystems(
|
|||
IN ULONG Index,
|
||||
OUT PCWSTR* FileSystemName);
|
||||
|
||||
NTSTATUS
|
||||
GetFileSystemNameByHandle(
|
||||
IN HANDLE PartitionHandle,
|
||||
IN OUT PWSTR FileSystemName,
|
||||
IN SIZE_T FileSystemNameSize);
|
||||
|
||||
NTSTATUS
|
||||
GetFileSystemName_UStr(
|
||||
IN PUNICODE_STRING PartitionPath,
|
||||
IN OUT PWSTR FileSystemName,
|
||||
IN SIZE_T FileSystemNameSize);
|
||||
|
||||
NTSTATUS
|
||||
GetFileSystemName(
|
||||
IN PCWSTR Partition,
|
||||
IN OUT PWSTR FileSystemName,
|
||||
IN SIZE_T FileSystemNameSize);
|
||||
|
||||
NTSTATUS
|
||||
InferFileSystemByHandle(
|
||||
IN HANDLE PartitionHandle,
|
||||
IN UCHAR PartitionType,
|
||||
IN OUT PWSTR FileSystemName,
|
||||
IN SIZE_T FileSystemNameSize);
|
||||
|
||||
NTSTATUS
|
||||
InferFileSystem(
|
||||
IN PCWSTR Partition,
|
||||
IN UCHAR PartitionType,
|
||||
IN OUT PWSTR FileSystemName,
|
||||
IN SIZE_T FileSystemNameSize);
|
||||
|
||||
|
||||
/** ChkdskEx() **/
|
||||
NTSTATUS
|
||||
|
@ -93,13 +61,6 @@ FormatFileSystem(
|
|||
IN PFMIFSCALLBACK Callback);
|
||||
|
||||
|
||||
UCHAR
|
||||
FileSystemToPartitionType(
|
||||
IN PCWSTR FileSystem,
|
||||
IN PULARGE_INTEGER StartSector,
|
||||
IN PULARGE_INTEGER SectorCount);
|
||||
|
||||
|
||||
//
|
||||
// Formatting routines
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue