mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:01:37 +00:00
[SETUPLIB][USETUP] Factor out the usage of FS provider structures.
Similarly to FMIFS this structure should be private. Instead file-system names are passed to the helper functions, allowing to use the names returned by the FS drivers. The names are then internally mapped to the corresponding FS providers. In particular this allows to handle the "RAW" file-system and to assign the 'Unformatted' flag to partitions having this FS. Finally this helps us refining the checks performed to see whether the current "active" system partition uses a supported file-system.
This commit is contained in:
parent
b18da6730e
commit
c1fbc2d651
12 changed files with 765 additions and 414 deletions
|
@ -28,7 +28,6 @@
|
|||
NTSTATUS
|
||||
ChkdskPartition(
|
||||
IN PUNICODE_STRING DriveRoot,
|
||||
/*IN PFILE_SYSTEM_ITEM FileSystemItem*/
|
||||
IN PFILE_SYSTEM FileSystem);
|
||||
IN PCWSTR FileSystemName);
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue