Searched refs:zio_free (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zil.c | 468 zio_free(zilog->zl_spa, first_txg, bp); in zil_clear_log_block() 530 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_block() 548 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_record() 717 zio_free(zilog->zl_spa, txg, &blk); in zil_create() 800 zio_free(zilog->zl_spa, txg, &lwb->lwb_blk); in zil_destroy() 3146 zio_free(spa, txg, &lwb->lwb_blk); in zil_sync()
|
| HD | ddt.c | 357 zio_free(ddt->ddt_spa, txg, &blk); in ddt_phys_free()
|
| HD | vdev_removal.c | 786 zio_free(spa, vcsa->vcsa_txg, &bp); in unalloc_seg()
|
| HD | dmu.c | 1619 zio_free(zio->io_spa, zio->io_txg, zio->io_bp); in dmu_sync_late_arrival_done()
|
| HD | dsl_scan.c | 1146 zio_free(dp->dp_spa, txg, bp); in dsl_free()
|
| HD | zio.c | 1199 zio_free(spa_t *spa, uint64_t txg, const blkptr_t *bp) in zio_free() function
|
| HD | dbuf.c | 1875 zio_free(db->db_objset->os_spa, txg, bp); in dbuf_unoverride()
|
| HD | spa.c | 2771 zio_free(spa, tx->tx_txg, bp); in delete_blkptr_cb()
|
| /freebsd-13-stable/sys/contrib/openzfs/include/sys/ |
| HD | zio.h | 542 extern void zio_free(spa_t *spa, uint64_t txg, const blkptr_t *bp);
|