Searched refs:spa_txg_zio (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa_impl.h | 349 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */ member
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_initialize.c | 233 zio_nowait(zio_write_phys(spa->spa_txg_zio[txg & TXG_MASK], vd, start, in vdev_initialize_write()
|
H A D | spa.c | 1200 spa->spa_txg_zio[i] = zio_root(spa, NULL, NULL, in spa_activate() 1263 ASSERT3P(spa->spa_txg_zio[i], !=, NULL); in spa_deactivate() 1264 VERIFY0(zio_wait(spa->spa_txg_zio[i])); in spa_deactivate() 1265 spa->spa_txg_zio[i] = NULL; in spa_deactivate() 8575 (void) zio_wait(spa->spa_txg_zio[txg & TXG_MASK]); 8576 spa->spa_txg_zio[txg & TXG_MASK] = zio_root(spa, NULL, NULL,
|
H A D | vdev_trim.c | 517 zio_nowait(zio_trim(spa->spa_txg_zio[txg & TXG_MASK], vd, in vdev_trim_range()
|
H A D | vdev_removal.c | 1011 zio_t *nzio = zio_null(spa->spa_txg_zio[txg & TXG_MASK], spa, NULL, in spa_vdev_copy_segment()
|