FreeBSD ZFS
The Zettabyte File System
Data Fields

zap_leaf_chunk::zap_leaf_entry Struct Reference

#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

Detailed Description

Definition at line 135 of file zap_leaf.h.


Field Documentation

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.


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