Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h398 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_initialize.c284 zio_nowait(zio_write_phys(spa->spa_txg_zio[txg & TXG_MASK], vd, start, in vdev_initialize_write()
H A Dvdev_rebuild.c621 zio_nowait(zio_read(spa->spa_txg_zio[txg & TXG_MASK], spa, &blk, in vdev_rebuild_range()
H A Dspa.c1664 spa->spa_txg_zio[i] = zio_root(spa, NULL, NULL, in spa_activate()
1782 ASSERT3P(spa->spa_txg_zio[i], !=, NULL); in spa_deactivate()
1783 VERIFY0(zio_wait(spa->spa_txg_zio[i])); in spa_deactivate()
1784 spa->spa_txg_zio[i] = NULL; in spa_deactivate()
10019 (void) zio_wait(spa->spa_txg_zio[txg & TXG_MASK]);
10020 spa->spa_txg_zio[txg & TXG_MASK] = zio_root(spa, NULL, NULL,
H A Dvdev_trim.c574 zio_nowait(zio_trim(spa->spa_txg_zio[txg & TXG_MASK], vd, in vdev_trim_range()
H A Dvdev_removal.c1232 zio_t *nzio = zio_null(spa->spa_txg_zio[txg & TXG_MASK], spa, NULL, in spa_vdev_copy_segment()
H A Dvdev_raidz.c3981 zio_t *pio = spa->spa_txg_zio[txgoff]; in raidz_reflow_impl()