|
FreeBSD ZFS
The Zettabyte File System
|
Intent log header. More...
#include <zil.h>

Data Fields | |
| uint64_t | zh_claim_txg |
| txg in which log blocks were claimed | |
| uint64_t | zh_replay_seq |
| highest replayed sequence number | |
| blkptr_t | zh_log |
| log chain | |
| uint64_t | zh_claim_blk_seq |
| highest claimed block sequence number | |
| uint64_t | zh_flags |
| header flags | |
| uint64_t | zh_claim_lr_seq |
| highest claimed lr sequence number | |
| uint64_t | zh_pad [3] |
Intent log header.
This on disk structure holds fields to manage the log. All fields are 64 bit to easily handle cross architectures.
| uint64_t zil_header::zh_claim_blk_seq |
| uint64_t zil_header::zh_claim_lr_seq |
| uint64_t zil_header::zh_claim_txg |
| uint64_t zil_header::zh_flags |
| uint64_t zil_header::zh_pad[3] |
| uint64_t zil_header::zh_replay_seq |
1.7.3