Searched refs:ubbest (Results 1 – 1 of 1) sorted by relevance
403 uberblock_t *ubbest = NULL; in find_bestub() local419 if (ubbest == NULL || vdev_uberblock_compare(ubnext, ubbest) > 0) { in find_bestub()420 ubbest = ubnext; in find_bestub()425 if (ubbest) in find_bestub()427 pickedub, (unsigned long long) ubbest->ub_txg); in find_bestub()429 return ubbest; in find_bestub()1851 uberblock_t *ubbest; in zfs_mount() local1868 ubbest = malloc(sizeof(*ubbest)); in zfs_mount()1869 if (!ubbest) { in zfs_mount()1874 memset(ubbest, 0, sizeof(*ubbest)); in zfs_mount()[all …]