Home
last modified time | relevance | path

Searched refs:FileMFTIndex (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/ntfs/
H A Dmft.c175 (*AttrCtx)->FileMFTIndex = MftRecord->MFTRecordNumber; in FindAttribute()
1015 Status = UpdateFileRecord(Vcb, AttrContext->FileMFTIndex, FileRecord); in SetResidentAttributeDataLength()
1372 ReadFileRecord(Vcb, Context->FileMFTIndex, FileRecord); in WriteAttribute()
1408 Status = UpdateFileRecord(Vcb, Context->FileMFTIndex, FileRecord); in WriteAttribute()
H A Dattrib.c730 Status = UpdateFileRecord(Vcb, AttrContext->FileMFTIndex, FileRecord); in AddRun()
1203 Status = UpdateFileRecord(Vcb, AttrContext->FileMFTIndex, FileRecord); in FreeClusters()
H A Dntfs.h503 ULONGLONG FileMFTIndex; member
H A Dbtree.c241 Status = UpdateFileRecord(DeviceExt, IndexAllocationCtx->FileMFTIndex, FileRecord); in AllocateIndexNode()