Searched refs:zio_free_sync (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zio.h | 593 extern zio_t *zio_free_sync(zio_t *pio, spa_t *spa, uint64_t txg,
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zio.c | 1353 VERIFY3P(zio_free_sync(NULL, spa, txg, bp, 0), ==, NULL); in zio_free() 1363 zio_free_sync(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, in zio_free_sync() function 2703 zio_t *zio = zio_free_sync(pio, pio->io_spa, pio->io_txg, bp, in zio_free_gang()
|
| H A D | dsl_scan.c | 1422 zio_nowait(zio_free_sync(pio, dp->dp_spa, txg, bpp, pio->io_flags)); in dsl_free_sync() 3557 zio_nowait(zio_free_sync(scn->scn_zio_root, scn->scn_dp->dp_spa, in dsl_scan_free_block_cb()
|
| H A D | spa.c | 8970 zio_nowait(zio_free_sync(pio, pio->io_spa, dmu_tx_get_txg(tx), bp,
|