Lines Matching defs:LpMetadataHeader
384 struct LpMetadataHeader struct
387 UInt32 magic;
393 UInt16 major_version;
399 UInt16 minor_version;
402 UInt32 header_size;
412 UInt32 tables_size;
415 Byte tables_checksum[32];
418 CDescriptor partitions;
420 CDescriptor extents;
422 CDescriptor groups;
424 CDescriptor block_devices;
440 void Parse128(const Byte *p) in Parse128()