Home
last modified time | relevance | path

Searched refs:tx_txg (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c92 tx->tx_txg = txg; in dmu_tx_create_assigned()
118 if (tx->tx_txg != 0) { in dmu_tx_hold_dnode_impl()
304 ASSERT0(tx->tx_txg); in dmu_tx_hold_write()
321 ASSERT0(tx->tx_txg); in dmu_tx_hold_write_by_dnode()
512 ASSERT0(tx->tx_txg); in dmu_tx_hold_zap()
525 ASSERT0(tx->tx_txg); in dmu_tx_hold_zap_by_dnode()
551 ASSERT0(tx->tx_txg); in dmu_tx_hold_bonus_by_dnode()
860 ASSERT0(tx->tx_txg); in dmu_tx_try_assign()
964 if (tx->tx_txg == 0) in dmu_tx_unassign()
993 tx->tx_txg = 0; in dmu_tx_unassign()
[all …]
H A Ddnode.c653 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()
657 dn->dn_next_indblkshift[tx->tx_txg & TXG_MASK] = ibs; in dnode_allocate()
675 ASSERT(tx->tx_txg != 0); in dnode_reallocate()
744 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()
1659 uint64_t txg = tx->tx_txg; in dnode_setdirty()
1729 dn->dn_free_txg = tx->tx_txg; in dnode_free()
1787 dn->dn_next_blksz[tx->tx_txg&TXG_MASK] = size; in dnode_set_blksz()
1807 uint64_t txgoff = tx->tx_txg & TXG_MASK; in dnode_set_nlevels_impl()
1911 dn->dn_next_maxblkid[tx->tx_txg & TXG_MASK] = in dnode_new_blkid()
2253 int txgoff = tx->tx_txg & TXG_MASK; in dnode_free_range()
[all …]
H A Ddnode_sync.c45 int txgoff = tx->tx_txg & TXG_MASK; in dnode_increase_indirection()
179 uint64_t txg = tx->tx_txg; in free_verify()
562 int txgoff = tx->tx_txg & TXG_MASK; in dnode_sync_free()
613 dnode_rele(dn, (void *)(uintptr_t)tx->tx_txg); in dnode_sync_free()
628 int txgoff = tx->tx_txg & TXG_MASK; in dnode_sync()
666 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()
725 dn->dn_free_txg <= tx->tx_txg; in dnode_sync()
821 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
848 dnode_rele(dn, (void *)(uintptr_t)tx->tx_txg); in dnode_sync()
H A Ddbuf.c1793 uint64_t txg = tx->tx_txg; in dbuf_free_range()
1988 dr->dr_txg = tx->tx_txg; in dbuf_dirty_lightweight()
2053 ASSERT(tx->tx_txg != 0); in dbuf_dirty()
2098 dn->dn_dirty_txg = tx->tx_txg; in dbuf_dirty()
2195 dr->dr_txg = tx->tx_txg; in dbuf_dirty()
2352 uint64_t txg = tx->tx_txg; in dbuf_undirty()
2434 ASSERT(tx->tx_txg != 0); in dmu_buf_will_dirty_impl()
2504 ASSERT(tx->tx_txg != 0); in dmu_buf_will_fill()
2670 ASSERT(tx->tx_txg != 0); in dbuf_assign_arcbuf()
4206 uint64_t txg = tx->tx_txg; in dbuf_sync_leaf()
[all …]
H A Ddsl_dataset.c215 ASSERT(birth <= tx->tx_txg); in dsl_dataset_block_remapped()
256 ASSERT(bp->blk_birth <= tx->tx_txg); in dsl_dataset_block_kill()
259 dsl_free(tx->tx_pool, tx->tx_txg, bp); in dsl_dataset_block_kill()
286 dsl_free(tx->tx_pool, tx->tx_txg, bp); in dsl_dataset_block_kill()
1165 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg; in dsl_dataset_create_sync_dd()
1488 ds->ds_trysnap_txg = tx->tx_txg; in dsl_dataset_snapshot_check_impl()
1708 ds, tx->tx_txg)); in dsl_dataset_snapshot_sync_impl()
1718 crtxg = tx->tx_txg; in dsl_dataset_snapshot_sync_impl()
2092 ds->ds_resume_bytes[tx->tx_txg & TXG_MASK] = 0; in dsl_dataset_sync()
2219 tx->tx_txg - 1, tx); in dsl_flush_pending_livelist()
[all …]
H A Ddsl_dir.c1137 if (txg_list_add(&dp->dp_dirty_dirs, dd, tx->tx_txg)) { in dsl_dir_dirty()
1158 ASSERT0(dd->dd_tempreserved[tx->tx_txg & TXG_MASK]); in dsl_dir_sync()
1159 dprintf_dd(dd, "txg=%llu towrite=%lluK\n", tx->tx_txg, in dsl_dir_sync()
1160 dd->dd_space_towrite[tx->tx_txg & TXG_MASK] / 1024); in dsl_dir_sync()
1161 dd->dd_space_towrite[tx->tx_txg & TXG_MASK] = 0; in dsl_dir_sync()
1268 txg = tx->tx_txg; in dsl_dir_tempreserve_impl()
1408 err = arc_tempreserve_space(dd->dd_pool->dp_spa, lsize, tx->tx_txg); in dsl_dir_tempreserve_space()
1426 txg_delay(dd->dd_pool, tx->tx_txg, in dsl_dir_tempreserve_space()
1452 int txgidx = tx->tx_txg & TXG_MASK; in dsl_dir_tempreserve_clear()
1456 ASSERT3U(tx->tx_txg, !=, 0); in dsl_dir_tempreserve_clear()
[all …]
H A Dspa_checkpoint.c324 sdc.sdc_txg = tx->tx_txg; in spa_checkpoint_discard_thread_sync()
342 tx->tx_txg, vd->vdev_id, (words_before - words_after), in spa_checkpoint_discard_thread_sync()
H A Ddmu_objset.c1067 mdn->dn_next_nlevels[tx->tx_txg & TXG_MASK] = in dmu_objset_create_impl_dnstats()
1238 tx->tx_txg); in dmu_objset_create_sync()
1247 if (txg_list_member(&dp->dp_dirty_datasets, ds, tx->tx_txg)) { in dmu_objset_create_sync()
1254 tx->tx_txg); in dmu_objset_create_sync()
1620 dprintf_ds(os->os_dsl_dataset, "txg=%llu\n", tx->tx_txg); in dmu_objset_sync()
1651 os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dmu_objset_sync()
1658 zio = arc_write(pio, os->os_spa, tx->tx_txg, in dmu_objset_sync()
1685 txgoff = tx->tx_txg & TXG_MASK; in dmu_objset_sync()
2065 if (tx->tx_txg <= os->os_spa->spa_claim_max_txg) in dmu_objset_do_userquota_updates_prep()
2132 dr = dbuf_find_dirty_eq(db, tx->tx_txg); in dmu_objset_userquota_find_data()
H A Ddsl_scan.c610 scn->scn_restart_txg <= tx->tx_txg); in dsl_scan_restarting()
731 scn->scn_phys.scn_max_txg = tx->tx_txg; in dsl_scan_setup_sync()
941 vdev_dtl_reassess(spa->spa_root_vdev, tx->tx_txg, in dsl_scan_done()
3423 (longlong_t)tx->tx_txg, err); in dsl_process_async_destroys()
3432 ddt_sync(spa, tx->tx_txg); in dsl_process_async_destroys()
3528 func, (longlong_t)tx->tx_txg); in dsl_scan_sync()
3680 (longlong_t)tx->tx_txg, in dsl_scan_sync()
3688 (longlong_t)tx->tx_txg, in dsl_scan_sync()
3730 scn->scn_done_txg = tx->tx_txg + 1; in dsl_scan_sync()
3736 (longlong_t)tx->tx_txg); in dsl_scan_sync()
[all …]
H A Ddsl_destroy.c145 dsl_free_sync(poa->pio, dp, tx->tx_txg, bp); in process_old_cb()
314 ASSERT3U(dsl_dataset_phys(ds)->ds_bp.blk_birth, <=, tx->tx_txg); in dsl_destroy_snapshot_sync_impl()
725 dsl_free(ka->tx->tx_pool, ka->tx->tx_txg, bp); in kill_blkptr()
1018 ASSERT3U(dsl_dataset_phys(ds)->ds_bp.blk_birth, <=, tx->tx_txg); in dsl_destroy_head_sync_impl()
H A Dzfeature.c437 ASSERT((!spa->spa_sync_on && tx->tx_txg == TXG_INITIAL) || in spa_feature_create_zap_objects()
H A Ddmu_object.c478 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
H A Dspa_history.c528 fnvlist_add_uint64(nvl, ZPOOL_HIST_TXG, tx->tx_txg); in log_internal()
H A Dzil.c829 ASSERT3U(tx->tx_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
868 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
898 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
H A Dvdev_rebuild.c317 vdev_dtl_reassess(vd, tx->tx_txg, vrp->vrp_max_txg, B_TRUE, B_TRUE); in vdev_rebuild_complete_sync()
H A Dzcp.c657 zfs_dbgmsg("txg %lld ZCP: %s", ri->zri_tx->tx_txg, dbgstring); in zcp_debug()
H A Dspa.c2400 zio_free(spa, tx->tx_txg, bp); in delete_blkptr_cb()
2634 "(%llu blkptrs)", tx->tx_txg, dsname, ds->ds_object, first_obj, in spa_livelist_condense_sync()
8565 ASSERT(tx->tx_txg != TXG_INITIAL);
8647 if (tx->tx_txg != TXG_INITIAL)
8710 if (tx->tx_txg != TXG_INITIAL)
8923 uint64_t txg = tx->tx_txg;
9009 uint64_t txg = tx->tx_txg;
H A Ddsl_pool.c919 dp->dp_dirty_pertxg[tx->tx_txg & TXG_MASK] += space; in dsl_pool_dirty_space()
H A Dspa_misc.c1407 if (tx->tx_txg != TXG_INITIAL) in spa_activate_mos_feature()
H A Ddsl_crypt.c2104 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_crypto_recv_raw_objset_sync()
H A Dmetaslab.c3726 VERIFY3U(tx->tx_txg, <=, spa_final_dirty_txg(spa)); in metaslab_flush_update()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dmu.h50 __field(uint64_t, tx_txg)
62 __entry->tx_txg = tx->tx_txg;
76 __entry->tx_txg, __entry->tx_lastsnap_txg,
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_tx.h57 uint64_t tx_txg; member