Searched refs:zio_free (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zil.c | 452 zio_free(zilog->zl_spa, first_txg, bp); in zil_clear_log_block() 513 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_block() 531 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_record() 700 zio_free(zilog->zl_spa, txg, &blk); in zil_create() 783 zio_free(zilog->zl_spa, txg, &lwb->lwb_blk); in zil_destroy() 3065 zio_free(spa, txg, &lwb->lwb_blk); in zil_sync()
|
| H A D | ddt.c | 357 zio_free(ddt->ddt_spa, txg, &blk); in ddt_phys_free()
|
| H A D | vdev_removal.c | 784 zio_free(spa, vcsa->vcsa_txg, &bp); in unalloc_seg()
|
| H A D | dmu.c | 1600 zio_free(zio->io_spa, zio->io_txg, zio->io_bp); in dmu_sync_late_arrival_done()
|
| H A D | dsl_scan.c | 1118 zio_free(dp->dp_spa, txg, bp); in dsl_free()
|
| H A D | dbuf.c | 1765 zio_free(db->db_objset->os_spa, txg, bp); in dbuf_unoverride()
|
| H A D | zio.c | 1204 zio_free(spa_t *spa, uint64_t txg, const blkptr_t *bp) in zio_free() function
|
| H A D | spa.c | 2400 zio_free(spa, tx->tx_txg, bp); in delete_blkptr_cb()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zio.h | 565 extern void zio_free(spa_t *spa, uint64_t txg, const blkptr_t *bp);
|