Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_label.c958 ASSERT3U(zio->io_size, ==, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_load_done()
990 zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)), in vdev_uberblock_load_impl()
992 VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_load_impl()
1072 ubbuf = zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
1073 bzero(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
1078 VDEV_UBERBLOCK_OFFSET(vd, n), VDEV_UBERBLOCK_SIZE(vd), in vdev_uberblock_sync()
1082 zio_buf_free(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev_impl.h283 #define VDEV_UBERBLOCK_SIZE(vd) (1ULL << VDEV_UBERBLOCK_SHIFT(vd)) macro