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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h28 #include <sys/uberblock.h>
35 * The uberblock version is incremented whenever an incompatible on-disk
39 * is opened, the uberblock must be read off the disk before the version
47 struct uberblock { struct
H A Duberblock.h40 typedef struct uberblock uberblock_t;
H A Dvdev.h148 struct uberblock;
152 extern void vdev_uberblock_load(vdev_t *, struct uberblock *, nvlist_t **);
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Duberblock_impl.h30 * The uberblock version is incremented whenever an incompatible on-disk
34 * is opened, the uberblock must be read off the disk before the version
42 struct uberblock { struct
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h105 typedef struct uberblock uberblock_t;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h654 * last synced uberblock. Checking the in-flight version can
822 * The uberblock version is incremented whenever an incompatible on-disk
826 * is opened, the uberblock must be read off the disk before the version
834 struct uberblock { struct
1512 struct uberblock spa_uberblock; /* best uberblock so far */
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c921 const struct uberblock *up;
925 * uberblock is most current.
1069 * the best uberblock and then we can actually access
1073 up = (const struct uberblock *)upbuf;

Completed in 84 milliseconds