Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_label.c1451 vdev_t *ubl_vd; /* vdev associated with the above */ member
1476 cbp->ubl_vd = vd; in vdev_uberblock_load_done()
1527 cb.ubl_vd = NULL; in vdev_uberblock_load()
1540 if (cb.ubl_vd != NULL) { in vdev_uberblock_load()
1541 vdev_dbgmsg(cb.ubl_vd, "best uberblock found for spa %s. " in vdev_uberblock_load()
1544 *config = vdev_label_read_config(cb.ubl_vd, ub->ub_txg); in vdev_uberblock_load()
1546 vdev_dbgmsg(cb.ubl_vd, "failed to read label config. " in vdev_uberblock_load()
1548 *config = vdev_label_read_config(cb.ubl_vd, UINT64_MAX); in vdev_uberblock_load()
1551 vdev_dbgmsg(cb.ubl_vd, "failed to read label config"); in vdev_uberblock_load()