FreeBSD ZFS
The Zettabyte File System
|
The uberblock version is incremented whenever an incompatible on-disk format change is made to the SPA, DMU, or ZAP. More...
#include <uberblock_impl.h>
Data Fields | |
uint64_t | ub_magic |
UBERBLOCK_MAGIC. | |
uint64_t | ub_version |
SPA_VERSION. | |
uint64_t | ub_txg |
txg of last sync | |
uint64_t | ub_guid_sum |
sum of all vdev guids | |
uint64_t | ub_timestamp |
UTC time of last sync. | |
blkptr_t | ub_rootbp |
MOS objset_phys_t. | |
uint64_t | ub_software_version |
highest SPA_VERSION supported by software that wrote this txg |
The uberblock version is incremented whenever an incompatible on-disk format change is made to the SPA, DMU, or ZAP.
Definition at line 48 of file uberblock_impl.h.
uint64_t uberblock::ub_guid_sum |
sum of all vdev guids
Definition at line 52 of file uberblock_impl.h.
uint64_t uberblock::ub_magic |
UBERBLOCK_MAGIC.
Definition at line 49 of file uberblock_impl.h.
MOS objset_phys_t.
Definition at line 54 of file uberblock_impl.h.
uint64_t uberblock::ub_software_version |
highest SPA_VERSION supported by software that wrote this txg
Definition at line 57 of file uberblock_impl.h.
uint64_t uberblock::ub_timestamp |
UTC time of last sync.
Definition at line 53 of file uberblock_impl.h.
uint64_t uberblock::ub_txg |
txg of last sync
Definition at line 51 of file uberblock_impl.h.
uint64_t uberblock::ub_version |
SPA_VERSION.
Definition at line 50 of file uberblock_impl.h.