Searched refs:ubl_vd (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_label.c1110 vdev_t *ubl_vd; /* vdev associated with the above */ member in struct:ubl_cbdata
1135 cbp->ubl_vd = vd;
1185 cb.ubl_vd = NULL;
1198 if (cb.ubl_vd != NULL) {
1199 vdev_dbgmsg(cb.ubl_vd, "best uberblock found for spa %s. "
1202 *config = vdev_label_read_config(cb.ubl_vd, ub->ub_txg);
1204 vdev_dbgmsg(cb.ubl_vd, "failed to read label config. "
1206 *config = vdev_label_read_config(cb.ubl_vd, UINT64_MAX);
1209 vdev_dbgmsg(cb.ubl_vd, "failed to read label config");

Completed in 104 milliseconds