FreeBSD ZFS
The Zettabyte File System
|
#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 |
Definition at line 151 of file zap_leaf.h.
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.