|
FreeBSD ZFS
The Zettabyte File System
|
#include <zap_leaf.h>

Data Structures | |
| struct | zap_leaf_header |
Data Fields | |
| struct zap_leaf_phys::zap_leaf_header | l_hdr |
| 2 24-byte chunks | |
| uint16_t | l_hash [1] |
| The header is followed by a hash table with ZAP_LEAF_HASH_NUMENTRIES(zap) entries. | |
Definition at line 101 of file zap_leaf.h.
| uint16_t zap_leaf_phys::l_hash[1] |
The header is followed by a hash table with ZAP_LEAF_HASH_NUMENTRIES(zap) entries.
The hash table is followed by an array of ZAP_LEAF_NUMCHUNKS(zap) zap_leaf_chunk structures. These structures are accessed with the ZAP_LEAF_CHUNK() macro.
Definition at line 131 of file zap_leaf.h.
2 24-byte chunks
1.7.3