Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h361 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_initialize.c243 zio_nowait(zio_write_phys(spa->spa_txg_zio[txg & TXG_MASK], vd, start, in vdev_initialize_write()
H A Dvdev_rebuild.c602 zio_nowait(zio_read(spa->spa_txg_zio[txg & TXG_MASK], spa, &blk, in vdev_rebuild_range()
H A Dspa.c1238 spa->spa_txg_zio[i] = zio_root(spa, NULL, NULL, in spa_activate()
1339 ASSERT3P(spa->spa_txg_zio[i], !=, NULL); in spa_deactivate()
1340 VERIFY0(zio_wait(spa->spa_txg_zio[i])); in spa_deactivate()
1341 spa->spa_txg_zio[i] = NULL; in spa_deactivate()
9076 (void) zio_wait(spa->spa_txg_zio[txg & TXG_MASK]);
9077 spa->spa_txg_zio[txg & TXG_MASK] = zio_root(spa, NULL, NULL,
H A Dvdev_trim.c550 zio_nowait(zio_trim(spa->spa_txg_zio[txg & TXG_MASK], vd, in vdev_trim_range()
H A Dvdev_removal.c1059 zio_t *nzio = zio_null(spa->spa_txg_zio[txg & TXG_MASK], spa, NULL, in spa_vdev_copy_segment()