|
FreeBSD ZFS
The Zettabyte File System
|
#include <zap_leaf.h>
Data Fields | |
| uint8_t | le_type |
| always ZAP_CHUNK_ENTRY | |
| uint8_t | le_value_intlen |
| size of value's ints | |
| uint16_t | le_next |
| next entry in hash chain | |
| uint16_t | le_name_chunk |
| first chunk of the name | |
| uint16_t | le_name_numints |
| ints in name (incl null) | |
| uint16_t | le_value_chunk |
| first chunk of the value | |
| uint16_t | le_value_numints |
| value length in ints | |
| uint32_t | le_cd |
| collision differentiator | |
| uint64_t | le_hash |
| hash value of the name | |
Definition at line 135 of file zap_leaf.h.
collision differentiator
Definition at line 143 of file zap_leaf.h.
hash value of the name
Definition at line 144 of file zap_leaf.h.
first chunk of the name
Definition at line 139 of file zap_leaf.h.
ints in name (incl null)
Definition at line 140 of file zap_leaf.h.
next entry in hash chain
Definition at line 138 of file zap_leaf.h.
always ZAP_CHUNK_ENTRY
Definition at line 136 of file zap_leaf.h.
first chunk of the value
Definition at line 141 of file zap_leaf.h.
size of value's ints
Definition at line 137 of file zap_leaf.h.
value length in ints
Definition at line 142 of file zap_leaf.h.
1.7.3