FreeBSD ZFS
The Zettabyte File System
|
#include <spa_impl.h>
Data Fields | |
uint64_t | sh_pool_create_len |
ending offset of zpool create | |
uint64_t | sh_phys_max_off |
physical EOF | |
uint64_t | sh_bof |
logical BOF | |
uint64_t | sh_eof |
logical EOF | |
uint64_t | sh_records_lost |
num of records overwritten |
Definition at line 52 of file spa_impl.h.
uint64_t spa_history_phys::sh_bof |
logical BOF
Definition at line 55 of file spa_impl.h.
uint64_t spa_history_phys::sh_eof |
logical EOF
Definition at line 56 of file spa_impl.h.
uint64_t spa_history_phys::sh_phys_max_off |
physical EOF
Definition at line 54 of file spa_impl.h.
uint64_t spa_history_phys::sh_pool_create_len |
ending offset of zpool create
Definition at line 53 of file spa_impl.h.
uint64_t spa_history_phys::sh_records_lost |
num of records overwritten
Definition at line 57 of file spa_impl.h.