| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_label_os.c | 53 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_write_pad2() 89 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 | 869 zio[l] = zio_root(spa, NULL, NULL, flags); in vdev_label_read_config() 1291 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_init() 1400 zio_t *zio = zio_root(spa, NULL, &abd, flags); in vdev_label_read_bootenv() 1530 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_write_bootenv() 1679 zio = zio_root(spa, NULL, &cb, flags); in vdev_uberblock_load() 1759 write_zio = zio_root(vd->vdev_spa, NULL, NULL, flags); in vdev_copy_uberblocks() 1764 zio = zio_root(vd->vdev_spa, NULL, NULL, flags); in vdev_copy_uberblocks() 1873 zio = zio_root(spa, NULL, NULL, flags); in vdev_uberblock_sync_list() 1895 zio = zio_root(spa, NULL, NULL, flags); in vdev_uberblock_sync_list() 2034 zio = zio_root(spa, NULL, NULL, flags); in vdev_label_sync_list() [all …]
|
| H A D | mmp.c | 511 mmp->mmp_zio_root = zio_root(spa, NULL, NULL, in mmp_write_uberblock() 685 zio = zio_root(spa, NULL, NULL, flags); in mmp_claim_uberblock() 691 zio = zio_root(spa, NULL, NULL, flags); in mmp_claim_uberblock()
|
| H A D | dmu_direct.c | 220 zio_t *pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dmu_write_abd() 260 zio_t *rio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dmu_read_abd()
|
| H A D | dmu_tx.c | 253 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_write() 322 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_append() 485 zio_t *zio = zio_root(tx->tx_pool->dp_spa, in dmu_tx_count_free() 571 zio_t *zio = zio_root(tx->tx_pool->dp_spa, in dmu_tx_count_clone()
|
| H A D | dsl_pool.c | 581 zio_t *zio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_pool_sync_mos() 708 rio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_pool_sync() 750 rio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_pool_sync()
|
| H A D | vdev_raidz.c | 4631 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4657 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4708 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4725 pio = zio_root(spa, NULL, NULL, 0); in raidz_reflow_scratch_sync() 4762 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in raidz_reflow_scratch_sync() 4784 pio = zio_root(spa, NULL, NULL, 0); in raidz_reflow_scratch_sync() 4866 pio = zio_root(spa, NULL, NULL, 0); in vdev_raidz_reflow_copy_scratch() 4883 pio = zio_root(spa, NULL, NULL, 0); in vdev_raidz_reflow_copy_scratch() 4891 pio = zio_root(spa, NULL, NULL, 0); in vdev_raidz_reflow_copy_scratch()
|
| H A D | dsl_scan.c | 3779 scn->scn_zio_root = zio_root(scn->scn_dp->dp_spa, NULL, in dsl_scan_free_block_cb() 3967 scn->scn_zio_root = zio_root(spa, NULL, in dsl_process_async_destroys() 3981 scn->scn_zio_root = zio_root(spa, NULL, in dsl_process_async_destroys() 4228 scn->scn_zio_root = zio_root(spa, NULL, NULL, in scrub_filesystem() 4308 scn->scn_zio_root = zio_root(spa, NULL, NULL, in scrub_filesystem() 4397 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_errorscrub_sync() 4729 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_scan_sync() 4781 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_scan_sync()
|
| H A D | dsl_destroy.c | 158 poa.pio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in process_old_deadlist()
|
| H A D | spa.c | 1866 spa->spa_txg_zio[i] = zio_root(spa, NULL, NULL, in spa_activate() 3125 rio = zio_root(spa, NULL, &sle, in spa_load_verify() 4664 spa->spa_async_zio_root[i] = zio_root(spa, NULL, NULL, 7243 spa->spa_async_zio_root[i] = zio_root(spa, NULL, NULL, 10192 zio_t *zio = zio_root(spa, NULL, NULL, 0); 10219 zio_t *zio = zio_root(spa, NULL, NULL, 0); 10977 spa->spa_txg_zio[txg & TXG_MASK] = zio_root(spa, NULL, NULL,
|
| H A D | dmu_objset.c | 1288 rzio = zio_root(spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dmu_objset_create_sync() 1304 rzio = zio_root(spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dmu_objset_create_sync()
|
| H A D | zio.c | 1065 zio_root(spa_t *spa, zio_done_func_t *done, void *private, zio_flag_t flags) in zio_root() function 2683 spa->spa_suspend_zio_root = zio_root(spa, NULL, NULL, in zio_suspend()
|
| H A D | dsl_crypt.c | 2154 zio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_crypto_recv_raw_objset_sync()
|
| H A D | ddt.c | 2553 rio = zio_root(spa, NULL, NULL, in ddt_sync()
|
| H A D | dmu.c | 529 zio = zio_root(dn->dn_objset->os_spa, NULL, NULL, in dmu_buf_hold_array_by_dnode()
|
| H A D | zil.c | 1951 lwb->lwb_root_zio = zio_root(spa, zil_lwb_flush_vdevs_done, lwb, in zil_lwb_write_issue()
|
| H A D | arc.c | 9821 *pio = zio_root(spa, l2arc_write_done, *cb, in l2arc_write_sublist() 11383 pio = zio_root(vd->vdev_spa, l2arc_blk_fetch_done, cb, in l2arc_log_blk_fetch()
|
| H A D | dmu_recv.c | 4966 rwa->heal_pio = zio_root(drc->drc_os->os_spa, NULL, NULL, in dmu_recv_stream()
|
| H A D | dsl_dataset.c | 1297 zio = zio_root(dp->dp_spa, NULL, NULL, ZIO_FLAG_MUSTSUCCEED); in dsl_dataset_zero_zil()
|
| H A D | dbuf.c | 1850 zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dbuf_read()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 582 extern zio_t *zio_root(spa_t *spa,
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2593 zio = zio_root(spa, NULL, NULL, 0); in snprintf_zstd_header() 7808 spa->spa_async_zio_root[c] = zio_root(spa, NULL, NULL, in dump_block_stats() 9688 zio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in zdb_read_block() 9786 czio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in zdb_read_block()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 8048 pio = zio_root(spa, NULL, NULL, ZIO_FLAG_CANFAIL); in ztest_dmu_sync_blocksize_change()
|