Searched refs:ubbest (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/zfs/
H A Dzfs.c403 uberblock_t *ubbest = NULL; local
419 if (ubbest == NULL || vdev_uberblock_compare(ubnext, ubbest) > 0) {
420 ubbest = ubnext;
425 if (ubbest)
427 pickedub, (unsigned long long) ubbest->ub_txg);
429 return ubbest;
1874 uberblock_t *ubbest; local
1891 ubbest = malloc(sizeof(*ubbest));
[all...]

Completed in 39 milliseconds