FreeBSD ZFS
The Zettabyte File System
Data Structures | Data Fields

zap_leaf_phys Struct Reference

#include <zap_leaf.h>

Collaboration diagram for zap_leaf_phys:
Collaboration graph
[legend]

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.

Detailed Description

Note:
If zap_leaf_phys_t is modified, zap_leaf_byteswap() must be modified.

Definition at line 101 of file zap_leaf.h.


Field Documentation

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


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