Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_label.c1058 uberblock_t *ubbuf; in vdev_uberblock_sync() local
1072 ubbuf = zio_buf_alloc(VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
1073 bzero(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()
1074 *ubbuf = *ub; in vdev_uberblock_sync()
1077 vdev_label_write(zio, vd, l, ubbuf, in vdev_uberblock_sync()
1082 zio_buf_free(ubbuf, VDEV_UBERBLOCK_SIZE(vd)); in vdev_uberblock_sync()