Lines Matching defs:zio
44 #include <sys/zio.h>
1915 spa_claim_notify(zio_t *zio)
1917 spa_t *spa = zio->io_spa;
1919 if (zio->io_error)
1923 if (spa->spa_claim_max_txg < zio->io_bp->blk_birth)
1924 spa->spa_claim_max_txg = zio->io_bp->blk_birth;
1934 spa_load_verify_done(zio_t *zio)
1936 blkptr_t *bp = zio->io_bp;
1937 spa_load_error_t *sle = zio->io_private;
1939 int error = zio->io_error;
1940 spa_t *spa = zio->io_spa;
1949 zio_data_buf_free(zio->io_data, zio->io_size);
2331 * Create "The Godfather" zio to hold all async IOs
3739 * Create "The Godfather" zio to hold all async IOs
6355 zio_t *zio = arg;
6357 zio_nowait(zio_free_sync(zio, zio->io_spa, dmu_tx_get_txg(tx), bp,
6358 BP_GET_PSIZE(bp), zio->io_flags));
6369 zio_t *zio = zio_root(spa, NULL, NULL, 0);
6370 bplist_iterate(bpl, spa_free_sync_cb, zio, tx);
6371 VERIFY(zio_wait(zio) == 0);
6381 zio_t *zio = zio_root(spa, NULL, NULL, 0);
6383 spa_free_sync_cb, zio, tx), ==, 0);
6384 VERIFY0(zio_wait(zio));