Searched defs:CSegment (Results 1 – 3 of 3) sorted by relevance
183 struct CSegment struct185 UInt32 Type;186 UInt32 Flags;187 UInt64 Offset;188 UInt64 Va;190 UInt64 Size;191 UInt64 VSize;192 UInt64 Align;194 void UpdateTotalSize(UInt64 &totalSize) in UpdateTotalSize()
209 struct CSegment struct211 char Name[kNameSize];212 UInt32 MaxProt;213 UInt32 InitProt;214 UInt32 Flags;
400 struct CSegment struct402 UInt64 start_extent;403 UInt64 extent_count;404 AString type;405 CObjectVector<CStripe> stripes;407 bool IsPosSizeOk() const in IsPosSizeOk()414 UInt64 GetEndExtent() const { return start_extent + extent_count; } in GetEndExtent()416 bool Parse(const CConfigItem &si) in Parse()