| public nothrow | SuperBlock(BlockManager* manager_, BlockCache* cache_) | 
| public nothrow int | GetFirstBlockBitmapBlockNumber() const | 
| public nothrow int | GetFirstDataBlockNumber() const | 
| public nothrow int | GetFirstINodeBitmapBlockNumber() const | 
| public nothrow int | GetFirstINodeBlockNumber() const | 
| public nothrow int | GetLastBlockNumber() const | 
| public nothrow int | GetNumBlockBitmapBlocks() const | 
| public nothrow int | GetNumINodeBitmapBlocks() const | 
| public nothrow int | GetNumINodeBlocks() const | 
| public nothrow int | GetRootDirINodeNumber() const | 
| public nothrow void | SetFirstBlockBitmapBlockNumber(int firstBlockBitmapBlockNumber) | 
| public nothrow void | SetFirstDataBlockNumber(int firstDataBlockNumber) | 
| public nothrow void | SetFirstINodeBitmapBlockNumber(int firstINodeBitmapBlockNumber) | 
| public nothrow void | SetFirstINodeBlockNumber(int firstINodeBlockNumber) | 
| public nothrow void | SetLastBlockNumber(int lastBlockNumber) | 
| public nothrow void | SetNumBlockBitmapBlocks(int numBlockBitmapBlocks) | 
| public nothrow void | SetNumINodeBitmapBlocks(int numINodeBitmapBlocks) | 
| public nothrow void | SetNumINodeBlocks(int numINodeBlocks) | 
| public nothrow void | SetRootDirINodeNumber(int rootDirINodeNumber) | 
| private const int | firstBlockBitmapBlockNumberOffset = 4 * 2 | 
| private const int | firstDataBlockNumberOffset = 4 * 6 | 
| private const int | firstINodeBitmapBlockNumberOffset = 4 * 0 | 
| private const int | firstINodeBlockNumberOffset = 4 * 4 | 
| private const int | lastBlockNumberOffset = 4 * 8 | 
| private const int | numBlockBitmapBlocksOffset = 4 * 3 | 
| private const int | numINodeBitmapBlocksOffset = 4 * 1 | 
| private const int | numINodeBlocksOffset = 4 * 5 | 
| private const int | rootDirINodeNumberOffset = 4 * 7 |