Searched refs:VDEV_UBERBLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
864 ASSERT3U(zio->io_size, ==, VDEV_UBERBLOCK_SIZE(zio->io_vd)); in vdev_uberblock_load_done()901 zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)), in vdev_uberblock_load()903 VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_load()948 ubbuf = zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()949 bzero(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()954 VDEV_UBERBLOCK_OFFSET(vd, n), VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_sync()958 zio_buf_free(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
224 #define VDEV_UBERBLOCK_SIZE(vd) (1ULL << VDEV_UBERBLOCK_SHIFT(vd)) macro