Home
last modified time | relevance | path

Searched refs:VDEV_UBERBLOCK_COUNT (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h40 #define VDEV_UBERBLOCK_COUNT(sh) \ macro
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h240 #define VDEV_UBERBLOCK_COUNT(vd) \ macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c924 for (int n = 0; n < VDEV_UBERBLOCK_COUNT(vd); n++) { in vdev_uberblock_load_impl()
1006 n = ub->ub_txg & (VDEV_UBERBLOCK_COUNT(vd) - 1); in vdev_uberblock_sync()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c279 for (i = 0; i < VDEV_UBERBLOCK_COUNT(ashift); i++) { in find_bestub()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c2109 for (int i = 0; i < VDEV_UBERBLOCK_COUNT(vdp); i++) { in dump_label_uberblocks()