Searched refs:ub_array (Results 1 – 1 of 1) sorted by relevance
255 find_bestub(uberblock_phys_t *ub_array, uint64_t sector) in find_bestub() argument264 if (uberblock_verify(&ub_array[i], offset) == 0) { in find_bestub()266 ubbest = &ub_array[i]; in find_bestub()268 &(ub_array[i].ubp_uberblock), in find_bestub()270 ubbest = &ub_array[i]; in find_bestub()1282 uberblock_phys_t *ub_array, *ubbest; in zfs_mount() local1298 ub_array = (uberblock_phys_t *)stack; in zfs_mount()1328 (char *)ub_array) == 0) in zfs_mount()1331 if ((ubbest = find_bestub(ub_array, sector)) != NULL && in zfs_mount()
Completed in 5 milliseconds