Lines Matching defs:CPartition
190 struct CPartition struct
194 char name[kNameLen];
196 UInt32 attributes; /* (LP_PARTITION_ATTR_*). */
200 UInt32 first_extent_index;
203 UInt32 num_extents;
206 UInt32 group_index;
208 void Parse(const Byte *p) in Parse()
218 UInt32 MethodsMask;
219 UInt64 NumSectors;
220 UInt64 NumSectors_Pack;
221 const char *Ext;
223 UInt64 GetSize() const { return NumSectors << kSectorSizeLog; } in GetSize()
224 UInt64 GetPackSize() const { return NumSectors_Pack << kSectorSizeLog; } in GetPackSize()
226 CPartition(): in CPartition() argument