[fastfat_new]
authorAleksey Bragin <aleksey@reactos.org>
Fri, 2 Oct 2009 13:59:51 +0000 (13:59 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 2 Oct 2009 13:59:51 +0000 (13:59 +0000)
commit11361e2730cec3eb31464cfa9d39c470d4bb581b
treedc39e47eb01e058c09ebc5f8e397b16110657a2f
parent4e2fe08c741f1cad4fff7524f42e458aab5ce4a7
[fastfat_new]
- Fail with an error if file can't be opened.
- Implement FatCreateDcb, actually create DCBs for all parsed directories in the path.
- Set file size in an advanced FSRTL header for a file.
- Implement a small helper function for setting full names in FCB/DCB like it's done in the reference driver.

svn path=/trunk/; revision=43256
reactos/drivers/filesystems/fastfat_new/create.c
reactos/drivers/filesystems/fastfat_new/dir.c
reactos/drivers/filesystems/fastfat_new/fastfat.h
reactos/drivers/filesystems/fastfat_new/fatstruc.h
reactos/drivers/filesystems/fastfat_new/fcb.c