Home
last modified time | relevance | path

Searched refs:ParentMftIndex (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/ntfs/
H A Dcreate.c691 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 Dattrib.c235 PULONGLONG ParentMftIndex) in AddFileName() argument
316 *ParentMftIndex = CurrentMFTIndex; in AddFileName()
H A Dntfs.h625 PULONGLONG ParentMftIndex);