Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDuberblock_impl.h47 struct uberblock { struct
48 uint64_t ub_magic; /* UBERBLOCK_MAGIC */
49 uint64_t ub_version; /* SPA_VERSION */
50 uint64_t ub_txg; /* txg of last sync */
51 uint64_t ub_guid_sum; /* sum of all vdev guids */
52 uint64_t ub_timestamp; /* UTC time of last sync */
53 blkptr_t ub_rootbp; /* MOS objset_phys_t */
56 uint64_t ub_software_version;
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h821 struct uberblock { struct
822 uint64_t ub_magic; /* UBERBLOCK_MAGIC */
823 uint64_t ub_version; /* SPA_VERSION */
824 uint64_t ub_txg; /* txg of last sync */
825 uint64_t ub_guid_sum; /* sum of all vdev guids */
826 uint64_t ub_timestamp; /* UTC time of last sync */
827 blkptr_t ub_rootbp; /* MOS objset_phys_t */