Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h151 txg_list_t spa_vdev_txg_list; /* per-txg dirty vdev list */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c1230 for (vd = txg_list_head(&spa->spa_vdev_txg_list, TXG_CLEAN(txg)); vd; in vdev_config_sync()
1231 vd = txg_list_next(&spa->spa_vdev_txg_list, vd, TXG_CLEAN(txg))) in vdev_config_sync()
H A Dvdev.c720 if (txg_list_remove_this(&spa->spa_vdev_txg_list, svd, t)) in vdev_top_transfer()
721 (void) txg_list_add(&spa->spa_vdev_txg_list, tvd, t); in vdev_top_transfer()
1622 (void) txg_list_add(&vd->vdev_spa->spa_vdev_txg_list, vd, txg); in vdev_dirty()
2258 (void) txg_list_add(&spa->spa_vdev_txg_list, vd, TXG_CLEAN(txg)); in vdev_sync()
H A Dspa.c1095 txg_list_create(&spa->spa_vdev_txg_list, in spa_activate()
1120 txg_list_destroy(&spa->spa_vdev_txg_list); in spa_deactivate()
6329 while (vd = txg_list_remove(&spa->spa_vdev_txg_list, txg)) in spa_sync()
6445 while (vd = txg_list_remove(&spa->spa_vdev_txg_list, TXG_CLEAN(txg))) in spa_sync()
6456 ASSERT(txg_list_empty(&spa->spa_vdev_txg_list, txg)); in spa_sync()