reactos/drivers/filesystems/ntfs
Trevor Thompson 0409b3161e [NTFS] Add support for creating new MFT entries:
+AddStandardInformation(), +AddData(), +AddFileName() - Add attributes to a file record
+NtfsCreateFileRecord() - Creates a new file record and saves it to the MFT.
+AddNewMftEntry() - Adds a file record to the MFT.
NtfsCreateFile() - Modified to create a file record on a file-creation request (file creation is still unsupported; the created file needs to be added to the parent's directory index).
+SetFileRecordEnd() - Establishes a new file record size
UpdateFileRecord() - Improved documentation
InternalSetResidentAttributeLength() - Updated to use SetFileRecordEnd().

svn path=/branches/GSoC_2016/NTFS/; revision=74321
2017-12-10 11:14:14 +01:00
..
attrib.c [NTFS] Add support for creating new MFT entries: 2017-12-10 11:14:14 +01:00
blockdev.c
cleanup.c
close.c
CMakeLists.txt
create.c [NTFS] Add support for creating new MFT entries: 2017-12-10 11:14:14 +01:00
devctl.c
dirctl.c
dispatch.c
fastio.c
fcb.c
finfo.c
fsctl.c
mft.c [NTFS] Add support for creating new MFT entries: 2017-12-10 11:14:14 +01:00
misc.c
notes.txt
ntfs.c
ntfs.h [NTFS] Add support for creating new MFT entries: 2017-12-10 11:14:14 +01:00
ntfs.rc
rw.c [NTFS] 2017-12-10 11:14:03 +01:00
volinfo.c [NTFS] 2017-12-10 11:14:02 +01:00