Searched refs:ub1 (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()1440 if (MMP_VALID(ub1) && MMP_SEQ_VALID(ub1)) in vdev_uberblock_compare()1441 seq1 = MMP_SEQ(ub1); in vdev_uberblock_compare()