Home
last modified time | relevance | path

Searched defs:uberblock (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h909 typedef struct uberblock { struct
918 /* Maybe missing in uberblocks we read, but always written */ argument
919 uint64_t ub_mmp_magic;
924 uint64_t ub_mmp_delay;
949 * ub_checkpoint_txg indicates two things about the current uberblock: argument
970 } uberblock_t; argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Duberblock_impl.h40 struct uberblock { struct
41 uint64_t ub_magic; /* UBERBLOCK_MAGIC */
42 uint64_t ub_version; /* ZFS_VERSION */
43 uint64_t ub_txg; /* txg of last sync */
44 uint64_t ub_guid_sum; /* sum of all vdev guids */
45 uint64_t ub_timestamp; /* UTC time of last sync */
46 blkptr_t ub_rootbp; /* MOS objset_phys_t */
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h78 struct uberblock { struct
89 /* Maybe missing in uberblocks we read, but always written */ argument
90 uint64_t ub_mmp_magic;
118 * ub_checkpoint_txg indicates two things about the current uberblock: argument
138 uint64_t ub_checkpoint_txg;