| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_label_os.c | 63 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_write_pad2() 99 zio_t *pio = zio_root(spa, NULL, NULL, 0); in vdev_check_boot_reserve()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 826 zio[l] = zio_root(spa, NULL, NULL, flags); in vdev_label_read_config() 1227 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_init() 1336 zio_t *zio = zio_root(spa, NULL, &abd, flags); in vdev_label_read_bootenv() 1465 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_write_bootenv() 1614 zio = zio_root(spa, NULL, &cb, flags); in vdev_uberblock_load() 1692 write_zio = zio_root(vd->vdev_spa, NULL, NULL, flags); in vdev_copy_uberblocks() 1697 zio = zio_root(vd->vdev_spa, NULL, NULL, flags); in vdev_copy_uberblocks() 1806 zio = zio_root(spa, NULL, NULL, flags); in vdev_uberblock_sync_list() 1828 zio = zio_root(spa, NULL, NULL, flags); in vdev_uberblock_sync_list() 1967 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_sync_list() [all …]
|
| H A D | dmu_direct.c | 224 zio_t *pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dmu_write_abd() 264 zio_t *rio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dmu_read_abd()
|
| H A D | dmu_tx.c | 261 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_write() 330 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_append() 493 zio_t *zio = zio_root(tx->tx_pool->dp_spa, in dmu_tx_count_free() 573 zio_t *zio = zio_root(tx->tx_pool->dp_spa, in dmu_tx_count_clone()
|
| H A D | dsl_pool.c | 585 zio_t *zio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_pool_sync_mos() 712 rio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_pool_sync() 754 rio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_pool_sync()
|
| H A D | vdev_raidz.c | 4529 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4555 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4606 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4623 pio = zio_root(spa, NULL, NULL, 0); in raidz_reflow_scratch_sync() 4660 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4682 pio = zio_root(spa, NULL, NULL, 0); in raidz_reflow_scratch_sync() 4764 pio = zio_root(spa, NULL, NULL, 0); in vdev_raidz_reflow_copy_scratch() 4781 pio = zio_root(spa, NULL, NULL, 0); in vdev_raidz_reflow_copy_scratch() 4789 pio = zio_root(spa, NULL, NULL, 0); in vdev_raidz_reflow_copy_scratch()
|
| H A D | dsl_scan.c | 3643 scn->scn_zio_root = zio_root(scn->scn_dp->dp_spa, NULL, in dsl_scan_free_block_cb() 3831 scn->scn_zio_root = zio_root(spa, NULL, in dsl_process_async_destroys() 3845 scn->scn_zio_root = zio_root(spa, NULL, in dsl_process_async_destroys() 4085 scn->scn_zio_root = zio_root(spa, NULL, NULL, in scrub_filesystem() 4165 scn->scn_zio_root = zio_root(spa, NULL, NULL, in scrub_filesystem() 4254 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_errorscrub_sync() 4584 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_scan_sync() 4636 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_scan_sync()
|
| H A D | mmp.c | 496 mmp->mmp_zio_root = zio_root(spa, NULL, NULL, in mmp_write_uberblock()
|
| H A D | spa.c | 1828 spa->spa_txg_zio[i] = zio_root(spa, NULL, NULL, in spa_activate() 3067 rio = zio_root(spa, NULL, &sle, in spa_load_verify() 4186 spa->spa_async_zio_root[i] = zio_root(spa, NULL, NULL, 6722 spa->spa_async_zio_root[i] = zio_root(spa, NULL, NULL, 9614 zio_t *zio = zio_root(spa, NULL, NULL, 0); 9641 zio_t *zio = zio_root(spa, NULL, NULL, 0); 10399 spa->spa_txg_zio[txg & TXG_MASK] = zio_root(spa, NULL, NULL,
|
| H A D | dmu_objset.c | 1298 rzio = zio_root(spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dmu_objset_create_sync() 1314 rzio = zio_root(spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dmu_objset_create_sync()
|
| H A D | dsl_destroy.c | 169 poa.pio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in process_old_deadlist()
|
| H A D | dbuf.c | 1847 zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dbuf_read() 3801 zio_t *pio = zio_root(dmu_objset_spa(dn->dn_objset), NULL, NULL, in dbuf_prefetch_impl()
|
| H A D | zio.c | 1080 zio_root(spa_t *spa, zio_done_func_t *done, void *private, zio_flag_t flags) in zio_root() function 2682 spa->spa_suspend_zio_root = zio_root(spa, NULL, NULL, in zio_suspend()
|
| H A D | dsl_crypt.c | 2160 zio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_crypto_recv_raw_objset_sync()
|
| H A D | dmu.c | 538 zio = zio_root(dn->dn_objset->os_spa, NULL, NULL, in dmu_buf_hold_array_by_dnode()
|
| H A D | ddt.c | 2506 rio = zio_root(spa, NULL, NULL, in ddt_sync()
|
| H A D | dmu_recv.c | 3424 rwa->heal_pio = zio_root(drc->drc_os->os_spa, NULL, NULL, in dmu_recv_stream()
|
| H A D | zil.c | 1949 lwb->lwb_root_zio = zio_root(spa, zil_lwb_flush_vdevs_done, lwb, in zil_lwb_write_issue()
|
| H A D | arc.c | 9676 pio = zio_root(spa, l2arc_write_done, cb, in l2arc_write_buffers() 10881 pio = zio_root(vd->vdev_spa, l2arc_blk_fetch_done, cb, in l2arc_log_blk_fetch()
|
| H A D | dsl_dataset.c | 1307 zio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_dataset_zero_zil()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 580 extern zio_t *zio_root(spa_t *spa,
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2566 zio = zio_root(spa, NULL, NULL, 0); in snprintf_zstd_header() 7343 spa->spa_async_zio_root[c] = zio_root(spa, NULL, NULL, in dump_block_stats() 9223 zio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in zdb_read_block() 9321 czio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in zdb_read_block()
|