Home
last modified time | relevance | path

Searched refs:spa_config_txg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h231 uint64_t spa_config_txg; /* txg of last config change */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c437 txg = spa->spa_config_txg; in spa_config_generate()
H A Dspa.c3889 &spa->spa_config_txg);
4994 if (update_config_cache || config_cache_txg != spa->spa_config_txg ||
5459 uint64_t config_cache_txg = spa->spa_config_txg;
8419 fnvlist_add_uint64(config, ZPOOL_CONFIG_POOL_TXG, spa->spa_config_txg);
8429 newspa->spa_config_txg = spa->spa_config_txg;
10150 spa->spa_config_txg = txg;
H A Dvdev_draid.c2530 fnvlist_add_uint64(nv, ZPOOL_CONFIG_POOL_TXG, spa->spa_config_txg); in vdev_draid_read_config_spare()