| Turnstone Operating System
    | 
tosdb super block More...
#include <tosdb_internal.h>
| Public Attributes | |
| tosdb_block_header_t | header | 
| block header | |
| uint64_t | capacity | 
| capacity of database file/partition | |
| uint32_t | page_size | 
| page size of database file/partition always 4096 | |
| uint64_t | free_next_location | 
| next free location in database file/partition | |
| uint64_t | database_list_location | 
| location of database list | |
| uint64_t | database_list_size | 
| size of database list | |
| uint64_t | database_next_id | 
| next database id | |
| compression_type_t | compression_type | 
| compression type of block data | |
| uint8_t | reservedN [2048] | 
| padding | |
tosdb super block
super block is at beginning of database file/partition and end of file/partition