Searched refs:zio_free_sync (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 640 extern zio_t *zio_free_sync(zio_t *pio, spa_t *spa, uint64_t txg,
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zio.c | 1467 VERIFY0P(zio_free_sync(NULL, spa, txg, bp, 0)); in zio_free() 1477 zio_free_sync(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, in zio_free_sync() function 3210 zio_t *zio = zio_free_sync(pio, pio->io_spa, pio->io_txg, bp, in zio_free_gang()
|
| H A D | dsl_scan.c | 1589 zio_nowait(zio_free_sync(pio, dp->dp_spa, txg, bpp, pio->io_flags)); in dsl_free_sync() 3750 zio_t *zio = zio_free_sync(scn->scn_zio_root, scn->scn_dp->dp_spa, in dsl_scan_free_block_cb()
|
| H A D | spa.c | 10375 zio_nowait(zio_free_sync(pio, pio->io_spa, dmu_tx_get_txg(tx), bp,
|