Home
last modified time | relevance | path

Searched defs:uberblock (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Duberblock_impl.h112 struct uberblock { struct
123 /* Maybe missing in uberblocks we read, but always written */ argument
124 uint64_t ub_mmp_magic; /* MMP_MAGIC */
152 * ub_checkpoint_txg indicates two things about the current uberblock: argument
172 uint64_t ub_checkpoint_txg;
174 uint64_t ub_raidz_reflow_info;
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h947 typedef struct uberblock { struct
956 /* Maybe missing in uberblocks we read, but always written */ argument
957 uint64_t ub_mmp_magic;
985 * ub_checkpoint_txg indicates two things about the current uberblock: argument
1006 } uberblock_t; argument