Searched refs:ubbuf (Results 1 – 1 of 1) sorted by relevance
994 uberblock_t *ubbuf; in vdev_uberblock_sync() local1008 ubbuf = zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()1009 bzero(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()1010 *ubbuf = *ub; in vdev_uberblock_sync()1013 vdev_label_write(zio, vd, l, ubbuf, in vdev_uberblock_sync()1018 zio_buf_free(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()