Stanislav Motylkov
542e9f2ba0
[FS_REC][VFATFS] Update headers per our current coding style
...
No code changes. Addendum to 14c39362
and 6d65da93
.
2022-09-24 16:24:08 +03:00
Hervé Poussineau
fa809fd2fe
[VFATFS] Correctly init dirIndex/startIndex on FATX subdirectories
...
'.' and '..' entries do not exist on FATX subdirectories. We have to fake them when
enumerating the directory, and ignore them when creating a FCB from a directory entry.
CORE-16373
2022-09-24 12:12:33 +02:00
Hervé Poussineau
0979fb29e2
[VFATFS] Always provide a short name for FATX files (equal to long name)
...
If no short name is provided, driver will think that the partition is corrupted.
CORE-16373
2022-09-24 12:12:33 +02:00
Hervé Poussineau
b935bfe6cb
[VFATFS] Return 'FATX' as FsType for FATX volumes
...
CORE-16373
2022-09-24 12:12:33 +02:00
Hervé Poussineau
15ea997774
[VFATFS] Use device name FatX, to not collide with fastfat.sys
...
CORE-16373
2022-09-24 12:12:33 +02:00
Hervé Poussineau
14c3936251
[VFATFS] Add it back to build on XBOX, with the name vfatfs.sys
...
Adapt some comments to new name.
CORE-16373
2022-09-24 12:12:33 +02:00