|
FreeBSD ZFS
The Zettabyte File System
|
#include <zap_impl.h>
Data Fields | |
| uint64_t | zt_blk |
| starting block number | |
| uint64_t | zt_numblks |
| number of blocks | |
| uint64_t | zt_shift |
| bits to index it | |
| uint64_t | zt_nextblk |
| next (larger) copy start block | |
| uint64_t | zt_blks_copied |
| number source blocks copied | |
Definition at line 122 of file zap_impl.h.
| uint64_t zap_phys::zap_table_phys::zt_blk |
starting block number
Definition at line 123 of file zap_impl.h.
number source blocks copied
Definition at line 127 of file zap_impl.h.
| uint64_t zap_phys::zap_table_phys::zt_nextblk |
next (larger) copy start block
Definition at line 126 of file zap_impl.h.
| uint64_t zap_phys::zap_table_phys::zt_numblks |
number of blocks
Definition at line 124 of file zap_impl.h.
| uint64_t zap_phys::zap_table_phys::zt_shift |
bits to index it
Definition at line 125 of file zap_impl.h.
1.7.3