Home
last modified time | relevance | path

Searched refs:VDEV_UBERBLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c894 ASSERT3U(zio->io_size, ==, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_load_done()
926 zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)), in vdev_uberblock_load_impl()
928 VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_load_impl()
1008 ubbuf = zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
1009 bzero(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
1014 VDEV_UBERBLOCK_OFFSET(vd, n), VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_sync()
1018 zio_buf_free(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h44 #define VDEV_UBERBLOCK_SIZE(sh) \ macro
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h244 #define VDEV_UBERBLOCK_SIZE(vd) (1ULL << VDEV_UBERBLOCK_SHIFT(vd)) macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c277 ub_size = VDEV_UBERBLOCK_SIZE(ashift); in find_bestub()