Searched refs:uberblock (Results 1 – 16 of 16) sorted by relevance
201 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);
40 typedef struct uberblock uberblock_t;
62 extern void mmp_update_uberblock(struct spa *spa, struct uberblock *ub);
40 struct uberblock;
29 #include <sys/uberblock.h>36 * The uberblock version is incremented whenever an incompatible on-disk40 * is opened, the uberblock must be read off the disk before the version111 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 is154 * zero, then this uberblock is not a checkpoint.157 * the ub_txg that the uberblock had at the time we moved it to160 * The field is set when we checkpoint the uberblock and continues to165 * pool from a checkpointed uberblock [se122 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...]
120 uberblock.o \
947 typedef struct uberblock { struct2052 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 */
97 sys/uberblock.h \
140 module/zfs/uberblock.c \
138 uberblock.c \
310 uberblock.c \
383 uberblock.o \
295 uberblock.c \
3006 # $2 boolean to force uberblock (and config including zpool cache file) update3025 # $1 boolean to force uberblock (and config including zpool cache file) update
3505 struct uberblock checkpoint; in zfs_spa_init()
329 contrib/openzfs/module/zfs/uberblock.c optional zfs compile-with "${ZFS_C}"