Home
last modified time | relevance | path

Searched refs:spa_txg_zio (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h349 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_initialize.c233 zio_nowait(zio_write_phys(spa->spa_txg_zio[txg & TXG_MASK], vd, start, in vdev_initialize_write()
H A Dspa.c1200 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 Dvdev_trim.c517 zio_nowait(zio_trim(spa->spa_txg_zio[txg & TXG_MASK], vd, in vdev_trim_range()
H A Dvdev_removal.c1011 zio_t *nzio = zio_null(spa->spa_txg_zio[txg & TXG_MASK], spa, NULL, in spa_vdev_copy_segment()