FreeBSD ZFS
The Zettabyte File System
|
#include <zap_impl.h>
Data Fields | |
uint64_t | mze_value |
uint32_t | mze_cd |
uint16_t | mze_pad |
in case we want to chain them someday | |
char | mze_name [MZAP_NAME_LEN] |
Definition at line 49 of file zap_impl.h.
uint32_t mzap_ent_phys::mze_cd |
Definition at line 51 of file zap_impl.h.
char mzap_ent_phys::mze_name[MZAP_NAME_LEN] |
Definition at line 53 of file zap_impl.h.
uint16_t mzap_ent_phys::mze_pad |
in case we want to chain them someday
Definition at line 52 of file zap_impl.h.
uint64_t mzap_ent_phys::mze_value |
Definition at line 50 of file zap_impl.h.