Skip to content

IndexBlock

#include <sbio/formats/random/randfmt.hh>
struct IndexBlock

Defined in src/lib/sbio/formats/random/randfmt.hh:176

The payload of an IndexBlock.

If the super-block offset table has been configured via appropriate flags, then immediately following the _reserved field there will be num_super_blocksIndexEntry objects before the FileTrailer. If there are no super-block offsets, then the FileTrailer will immediately follow this IndexBlock.

Name Kind Owner
num_super_blocks variable Declared here
_reserved variable Declared here
Return Name Description
hd_std::uint64_t num_super_blocks Total number of SuperBlocks (and IndexEntry as a result)
hd_std::uint32_t _reserved Reserved for future use.

hd_std::uint64_t num_super_blocks

Defined in src/lib/sbio/formats/random/randfmt.hh:177

Total number of SuperBlocks (and IndexEntry as a result)


hd_std::uint32_t _reserved

Defined in src/lib/sbio/formats/random/randfmt.hh:178

Reserved for future use.