Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ntfs/
H A Dattrib.c394 ULONG RecordLength; in AddIndexAllocation() local
415 RecordLength = DataRunOffset + 1; in AddIndexAllocation()
418 RecordLength = ALIGN_UP_BY(RecordLength, ATTR_RECORD_ALIGNMENT); in AddIndexAllocation()
425 if (BytesAvailable < RecordLength) in AddIndexAllocation()
432 RtlZeroMemory(AttributeAddress, RecordLength); in AddIndexAllocation()
435 AttributeAddress->Length = RecordLength; in AddIndexAllocation()
/reactos/boot/freeldr/freeldr/include/fs/
H A Diso.h25 UCHAR RecordLength; // 1 member
/reactos/boot/freeldr/freeldr/lib/fs/
H A Diso.c46 Offset = Offset + Record->RecordLength; in IsoSearchDirectoryBufferForFile()
49 if (Record->RecordLength == 0) in IsoSearchDirectoryBufferForFile()
/reactos/sdk/include/xdk/
H A Diotypes.h6354 ULONG RecordLength; member