Home
last modified time | relevance | path

Searched refs:uberblock (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev.h201 struct uberblock;
205 extern void vdev_uberblock_load(vdev_t *, struct uberblock *, nvlist_t **);
211 extern int vdev_uberblock_sync_list(vdev_t **, int, struct uberblock *, int);
H A Duberblock.h40 typedef struct uberblock uberblock_t;
H A Dmmp.h62 extern void mmp_update_uberblock(struct spa *spa, struct uberblock *ub);
H A Dvdev_raidz.h40 struct uberblock;
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
111 struct uberblock { struct
151 * ub_checkpoint_txg indicates two things about the current uberblock: argument
153 * 1] If it is not zero then this uberblock is a checkpoint. If it is
154 * zero, then this uberblock is not a checkpoint.
157 * the ub_txg that the uberblock had at the time we moved it to
160 * The field is set when we checkpoint the uberblock and continues to
165 * pool from a checkpointed uberblock [se
122 ub_software_versionuberblock global() argument
123 ub_mmp_magicuberblock global() argument
171 ub_checkpoint_txguberblock global() argument
173 ub_raidz_reflow_infouberblock global() argument
[all...]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/
H A DMakefile.files120 uberblock.o \
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h947 typedef struct uberblock { struct
2052 struct uberblock *spa_uberblock; /* best uberblock so far */
2059 struct uberblock spa_uberblock_master; /* best uberblock so far */
2061 struct uberblock spa_uberblock_checkpoint; /* checkpoint uberblock */
/freebsd/sys/contrib/openzfs/include/
H A DMakefile.am97 sys/uberblock.h \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am140 module/zfs/uberblock.c \
/freebsd/cddl/lib/libzpool/
H A DMakefile138 uberblock.c \
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd310 uberblock.c \
H A DKbuild.in383 uberblock.o \
/freebsd/sys/modules/zfs/
H A DMakefile295 uberblock.c \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3006 # $2 boolean to force uberblock (and config including zpool cache file) update
3025 # $1 boolean to force uberblock (and config including zpool cache file) update
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3505 struct uberblock checkpoint; in zfs_spa_init()
/freebsd/sys/conf/
H A Dfiles329 contrib/openzfs/module/zfs/uberblock.c optional zfs compile-with "${ZFS_C}"