Searched refs:RecordLength (Results 1 – 4 of 4) sorted by relevance
394 ULONG RecordLength; in AddIndexAllocation() local415 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()
25 UCHAR RecordLength; // 1 member
46 Offset = Offset + Record->RecordLength; in IsoSearchDirectoryBufferForFile()49 if (Record->RecordLength == 0) in IsoSearchDirectoryBufferForFile()
6354 ULONG RecordLength; member