Searched refs:label_txg (Results 1 – 2 of 2) sorted by relevance
560 uint64_t label_txg = 0; in vdev_label_read_config() local594 ZPOOL_CONFIG_POOL_TXG, &label_txg); in vdev_label_read_config()595 if ((error || label_txg == 0) && !config) { in vdev_label_read_config()598 } else if (label_txg <= txg && label_txg > best_txg) { in vdev_label_read_config()599 best_txg = label_txg; in vdev_label_read_config()619 if (config == NULL && label_txg != 0) { in vdev_label_read_config()621 "(%llu > %llu)", (u_longlong_t)label_txg, in vdev_label_read_config()
5041 uint64_t label_txg; local5048 &label_txg) == 0);5053 if (label_txg > *txg) {5054 *txg = label_txg;