Searched refs:ubbest (Results 1 – 1 of 1) sorted by relevance
276 uberblock_t *ubbest = NULL; in find_bestub() local292 if (ubbest == NULL || in find_bestub()293 vdev_uberblock_compare(ubnext, ubbest) > 0) in find_bestub()294 ubbest = ubnext; in find_bestub()297 return (ubbest); in find_bestub()1627 uberblock_t *ubbest; in zfs_mount() local1680 if ((ubbest = find_bestub(ub_array, ashift, sector)) == NULL || in zfs_mount()1681 zio_read(&ubbest->ub_rootbp, osp, stack) != 0) in zfs_mount()1691 vdev_uberblock_compare(ubbest, &(current_uberblock)) <= 0)) in zfs_mount()1696 grub_memmove(¤t_uberblock, ubbest, sizeof (uberblock_t)); in zfs_mount()