Searched refs:ParentMftIndex (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/ntfs/ |
H A D | create.c | 691 ULONGLONG ParentMftIndex; in NtfsCreateDirectory() local 725 AddFileName(FileRecord, NextAttribute, DeviceExt, FileObject, CaseSensitive, &ParentMftIndex); in NtfsCreateDirectory() 793 ParentMftIndex, in NtfsCreateDirectory() 895 ULONGLONG ParentMftIndex; in NtfsCreateFileRecord() local 922 AddFileName(FileRecord, NextAttribute, DeviceExt, FileObject, CaseSensitive, &ParentMftIndex); in NtfsCreateFileRecord() 952 ParentMftIndex, in NtfsCreateFileRecord()
|
H A D | attrib.c | 235 PULONGLONG ParentMftIndex) in AddFileName() argument 316 *ParentMftIndex = CurrentMFTIndex; in AddFileName()
|
H A D | ntfs.h | 625 PULONGLONG ParentMftIndex);
|