Searched refs:ubbest (Results 1 – 1 of 1) sorted by relevance
402 uberblock_t *ubbest = NULL; in find_bestub() local418 if (ubbest == NULL || vdev_uberblock_compare(ubnext, ubbest) > 0) { in find_bestub()419 ubbest = ubnext; in find_bestub()424 if (ubbest) in find_bestub()426 pickedub, (unsigned long long) ubbest->ub_txg); in find_bestub()428 return ubbest; in find_bestub()1850 uberblock_t *ubbest; in zfs_mount() local1867 ubbest = malloc(sizeof(*ubbest)); in zfs_mount()1868 if (!ubbest) { in zfs_mount()1873 memset(ubbest, 0, sizeof(*ubbest)); in zfs_mount()[all …]