Searched defs:CLogVol (Results 1 – 2 of 2) sorted by relevance
459 struct CLogVol struct461 bool IsSupported;463 AString Name;465 AString id;466 AString status; // ["READ", "WRITE", "VISIBLE"]467 AString flags; // []475 CObjectVector<CSegment> Segments;477 CLogVol(): /* Pos(0), Size(0), */ IsSupported(false) {} in CLogVol() function479 bool Parse(const CConfigItem &ci) in Parse()514 bool GetNumExtents(UInt64 &numExtents) const in GetNumExtents()
412 struct CLogVol struct414 CObjectVector<CPartitionMap> PartitionMaps;415 CObjectVector<CFileSet> FileSets;417 UInt32 BlockSize;418 CDString128 Id;419 CRegId DomainId;444 CObjectVector<CLogVol> LogVols; argument