FreeBSD ZFS
The Zettabyte File System
Data Fields

zap_leaf_chunk::zap_leaf_free Struct Reference

#include <zap_leaf.h>

Data Fields

uint8_t lf_type
 always ZAP_CHUNK_FREE
uint8_t lf_pad [ZAP_LEAF_ARRAY_BYTES]
uint16_t lf_next
 next in free list, or CHAIN_END

Detailed Description

Definition at line 151 of file zap_leaf.h.


Field Documentation

next in free list, or CHAIN_END

Definition at line 154 of file zap_leaf.h.

uint8_t zap_leaf_chunk::zap_leaf_free::lf_pad[ZAP_LEAF_ARRAY_BYTES]

Definition at line 153 of file zap_leaf.h.

always ZAP_CHUNK_FREE

Definition at line 152 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