Searched refs:ub2 (Results 1 – 1 of 1) sorted by relevance
1415 vdev_uberblock_compare(const uberblock_t *ub1, const uberblock_t *ub2) in vdev_uberblock_compare() argument1417 int cmp = TREE_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()1422 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()1443 if (MMP_VALID(ub2) && MMP_SEQ_VALID(ub2)) in vdev_uberblock_compare()1444 seq2 = MMP_SEQ(ub2); in vdev_uberblock_compare()