Searched refs:zio_free (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zil.c | 597 zio_free(zilog->zl_spa, first_txg, bp); in zil_clear_log_block() 728 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_block() 746 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_write() 774 zio_free(spa, dmu_tx_get_txg(tx), bp); in zil_free_clone_range() 1010 zio_free(zilog->zl_spa, txg, &blk); in zil_create() 1112 zio_free(zilog->zl_spa, txg, &lwb->lwb_blk); in zil_destroy() 3766 zio_free(spa, txg, &lwb->lwb_blk); in zil_sync()
|
H A D | vdev_removal.c | 959 zio_free(spa, vcsa->vcsa_txg, &bp); in unalloc_seg()
|
H A D | ddt.c | 803 zio_free(ddt->ddt_spa, txg, &blk); in ddt_phys_free()
|
H A D | dmu.c | 1965 zio_free(zio->io_spa, zio->io_txg, zio->io_bp); in dmu_sync_late_arrival_done()
|
H A D | dsl_scan.c | 1451 zio_free(dp->dp_spa, txg, bp); in dsl_free()
|
H A D | zio.c | 1429 zio_free(spa_t *spa, uint64_t txg, const blkptr_t *bp) in zio_free() function
|
H A D | dbuf.c | 1945 zio_free(db->db_objset->os_spa, txg, bp); in dbuf_unoverride()
|
H A D | spa.c | 2967 zio_free(spa, tx->tx_txg, bp); in delete_blkptr_cb()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zio.h | 579 extern void zio_free(spa_t *spa, uint64_t txg, const blkptr_t *bp);
|