Searched defs:CExtent (Results 1 – 7 of 7) sorted by relevance
337 struct CExtent struct339 bool IsOK;340 bool IsArc;341 bool NeedDeflate;342 bool Unsupported;343 bool IsZero;344 bool IsFlat;345 bool DescriptorOK;346 bool HeadersError;348 unsigned ClusterBits;[all …]
250 struct CExtent struct252 UInt64 num_sectors; /* Length in 512-byte sectors. */253 UInt32 target_type; /* Target type for device-mapper (LP_TARGET_TYPE_*). */257 UInt64 target_data;261 UInt32 target_source;263 bool IsRAW() const { return target_type == LP_TARGET_TYPE_LINEAR; } in IsRAW()265 void Parse(const Byte *p) in Parse()
584 struct CExtent struct586 UInt32 VirtBlock;587 UInt16 Len;588 bool IsInited;589 UInt64 PhyStart;591 UInt32 GetVirtEnd() const { return VirtBlock + Len; } in GetVirtEnd()592 bool IsLenOK() const { return VirtBlock + Len >= VirtBlock; } in IsLenOK()594 void Parse(const Byte *p) in Parse()
377 struct CExtent struct379 UInt64 Virt;380 UInt64 Phy;382 bool IsEmpty() const { return Phy == kEmptyExtent; } in IsEmpty()
1276 struct CExtent struct1278 UInt64 logical_offset;1279 … length must be a multiple of the block size defined by the nx_block_size field of nx_superblock_t.1281 UInt64 phys_block_num; // The physical block address that the extent starts at1283 UInt64 GetEndOffset() const { return logical_offset + EXTENT_GET_LEN(len_and_flags); } in GetEndOffset()
36 struct CExtent struct38 UInt32 Pos;39 UInt32 NumBlocks;
88 struct CExtent struct90 UInt32 Len;114 // CExtent VolumeAbstract; argument