Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c403 uberblock_t *ubbest = NULL; in find_bestub() local
419 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() local
1868 ubbest = malloc(sizeof(*ubbest)); in zfs_mount()
1869 if (!ubbest) { in zfs_mount()
1874 memset(ubbest, 0, sizeof(*ubbest)); in zfs_mount()
[all …]