FreeBSD ZFS
The Zettabyte File System
Data Fields

zap_phys::zap_table_phys Struct Reference

#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

Detailed Description

Definition at line 122 of file zap_impl.h.


Field Documentation

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.

next (larger) copy start block

Definition at line 126 of file zap_impl.h.

number of blocks

Definition at line 124 of file zap_impl.h.

bits to index it

Definition at line 125 of file zap_impl.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines