Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Duberblock_impl.h32 uint64_t ub_txg; /* txg of last sync */ member
/openbmc/u-boot/fs/zfs/
H A Dzfs.c319 if (zfs_to_cpu64(ub1->ub_txg, ub1_endian) in vdev_uberblock_compare()
320 < zfs_to_cpu64(ub2->ub_txg, ub2_endian)) in vdev_uberblock_compare()
322 if (zfs_to_cpu64(ub1->ub_txg, ub1_endian) in vdev_uberblock_compare()
323 > zfs_to_cpu64(ub2->ub_txg, ub2_endian)) in vdev_uberblock_compare()
351 if (uber->ub_txg < data->label_txg) { in uberblock_verify()
353 uber->ub_txg, data->label_txg); in uberblock_verify()
426 pickedub, (unsigned long long) ubbest->ub_txg); in find_bestub()