Lines Matching defs:CMetaHeader
381 struct CMetaHeader struct
384 bool Guid_Defined;
385 bool VirtualDiskSize_Defined;
386 bool Locator_Defined;
388 unsigned BlockSize_Log;
389 unsigned LogicalSectorSize_Log;
390 unsigned PhysicalSectorSize_Log;
392 UInt32 Flags;
393 UInt64 VirtualDiskSize;
394 CGuid Guid;
397 CObjectVector<CParentPair> ParentPairs;
399 int FindParentKey(const char *name) const in FindParentKey()
410 bool Is_LeaveBlockAllocated() const { return (Flags & 1) != 0; } in Is_LeaveBlockAllocated()
411 bool Is_HasParent() const { return (Flags & 2) != 0; } in Is_HasParent()
413 void Clear() in Clear()