Home
last modified time | relevance | path

Searched refs:InitializedSize (Results 1 – 6 of 6) sorted by relevance

/reactos/boot/freeldr/freeldr/include/fs/
H A Dntfs.h153 LONGLONG InitializedSize; member
/reactos/modules/rosapps/applications/rosinternals/ntfsinfo/
H A Dntfsinfo.c65 LONGLONG InitializedSize; member
/reactos/modules/rosapps/applications/rosinternals/nfi/
H A Dnfi.c84 LONGLONG InitializedSize; member
/reactos/drivers/filesystems/ntfs/
H A Dntfs.h301 LONGLONG InitializedSize; member
H A Dmft.c840 AttrContext->pRecord->NonResident.InitializedSize = DataSize->QuadPart; in SetNonResidentAttributeDataLength()
844 DestinationAttribute->NonResident.InitializedSize = DataSize->QuadPart; in SetNonResidentAttributeDataLength()
H A Dattrib.c1713 …onResident.AllocatedSize, Attribute->NonResident.DataSize, Attribute->NonResident.InitializedSize); in NtfsDumpAttribute()