Searched refs:spa_txg_zio (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa_impl.h | 361 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */ member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_initialize.c | 243 zio_nowait(zio_write_phys(spa->spa_txg_zio[txg & TXG_MASK], vd, start, in vdev_initialize_write()
|
| H A D | vdev_rebuild.c | 602 zio_nowait(zio_read(spa->spa_txg_zio[txg & TXG_MASK], spa, &blk, in vdev_rebuild_range()
|
| H A D | spa.c | 1238 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 D | vdev_trim.c | 550 zio_nowait(zio_trim(spa->spa_txg_zio[txg & TXG_MASK], vd, in vdev_trim_range()
|
| H A D | vdev_removal.c | 1059 zio_t *nzio = zio_null(spa->spa_txg_zio[txg & TXG_MASK], spa, NULL, in spa_vdev_copy_segment()
|