Home
last modified time | relevance | path

Searched refs:label_txg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c745 uint64_t label_txg = 0; in vdev_label_read_config() local
779 ZPOOL_CONFIG_POOL_TXG, &label_txg); in vdev_label_read_config()
780 if ((error || label_txg == 0) && !config) { in vdev_label_read_config()
783 } else if (label_txg <= txg && label_txg > best_txg) { in vdev_label_read_config()
784 best_txg = label_txg; in vdev_label_read_config()
804 if (config == NULL && label_txg != 0) { in vdev_label_read_config()
806 "(%llu > %llu)", (u_longlong_t)label_txg, in vdev_label_read_config()
H A Dspa.c5443 uint64_t label_txg; local
5450 &label_txg) == 0);
5455 if (label_txg > *txg) {
5456 *txg = label_txg;
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1935 uint64_t label_txg = 0; in vdev_label_read_config() local
1956 DATA_TYPE_UINT64, NULL, &label_txg, NULL); in vdev_label_read_config()
1957 if (error != 0 || label_txg == 0) { in vdev_label_read_config()
1963 if (label_txg <= txg && label_txg > best_txg) { in vdev_label_read_config()
1964 best_txg = label_txg; in vdev_label_read_config()