Searched refs:uberblock (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Duberblock.h40 typedef struct uberblock uberblock_t;
H A Duberblock_impl.h29 #include <sys/uberblock.h>
36 * The uberblock version is incremented whenever an incompatible on-disk
40 * is opened, the uberblock must be read off the disk before the version
78 struct uberblock { struct
118 * ub_checkpoint_txg indicates two things about the current uberblock:
120 * 1] If it is not zero then this uberblock is a checkpoint. If it is
121 * zero, then this uberblock is not a checkpoint.
124 * the ub_txg that the uberblock had at the time we moved it to
127 * The field is set when we checkpoint the uberblock and continues to
132 * pool from a checkpointed uberblock [se
[all...]
H A Dmmp.h62 extern void mmp_update_uberblock(struct spa *spa, struct uberblock *ub);
H A Dvdev.h199 struct uberblock;
203 extern void vdev_uberblock_load(vdev_t *, struct uberblock *, nvlist_t **);
H A DMakefile.am77 uberblock.h \
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files120 uberblock.o \
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am122 uberblock.c \
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A DMakefile.in83 $(MODULE)-objs += uberblock.o
/freebsd-13-stable/cddl/lib/libzpool/
H A DMakefile122 uberblock.c \
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h509 * MMP blocks occupy the last MMP_BLOCKS_PER_LABEL slots in the uberblock
514 /* The largest uberblock we support is 8k. */
758 * last synced uberblock. Checking the in-flight version can
930 * The uberblock version is incremented whenever an incompatible on-disk
934 * is opened, the uberblock must be read off the disk before the version
964 typedef struct uberblock { struct
1002 * ub_checkpoint_txg indicates two things about the current uberblock:
1004 * 1] If it is not zero then this uberblock is a checkpoint. If it is
1005 * zero, then this uberblock is not a checkpoint.
1008 * the ub_txg that the uberblock ha
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/
H A DMakefile.bsd249 uberblock.c \
/freebsd-13-stable/sys/modules/zfs/
H A DMakefile221 uberblock.c \
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c1635 * uberblock ring (128k), checksummed.
2031 * uberblock is most current.
2174 * the best uberblock and then we can actually access
3455 struct uberblock checkpoint;

Completed in 203 milliseconds