Home
last modified time | relevance | path

Searched refs:spa_last_ubsync_txg (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2955 spa->spa_first_txg = spa->spa_last_ubsync_txg ?
2956 spa->spa_last_ubsync_txg : spa_last_synced_txg(spa) + 1;
4448 spa->spa_last_ubsync_txg = spa->spa_uberblock.ub_txg;
4470 spa->spa_load_max_txg = spa->spa_last_ubsync_txg;
4471 safe_rewind_txg = spa->spa_last_ubsync_txg - TXG_DEFER_SIZE;
4563 spa->spa_last_ubsync_txg = spa->spa_load_txg = 0;
4626 spa->spa_last_ubsync_txg = 0;
5703 spa->spa_last_ubsync_txg = spa->spa_load_txg = 0;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h323 uint64_t spa_last_ubsync_txg; /* "best" uberblock txg */ member