Lines Matching defs:ub
553 zhack_repair_check_label(uberblock_t *ub, const int l, const char **cfg_keys,
559 if (ub->ub_txg != 0) {
563 l, ub->ub_txg);
610 zhack_repair_undetach(uberblock_t *ub, nvlist_t *cfg, const int l)
616 if (BP_GET_LOGICAL_BIRTH(&ub->ub_rootbp) != 0) {
617 const uint64_t txg = BP_GET_LOGICAL_BIRTH(&ub->ub_rootbp);
618 ub->ub_txg = txg;
762 uberblock_t *ub = (uberblock_t *)vl->vl_uberblock;
815 err = zhack_repair_check_label(ub,
824 err = zhack_repair_undetach(ub, cfg, l);