| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_tx.c | 92 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 D | dnode.c | 653 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 D | dnode_sync.c | 45 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 D | dbuf.c | 1793 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 D | dsl_dataset.c | 215 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 D | dsl_dir.c | 1137 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 D | spa_checkpoint.c | 324 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 D | dmu_objset.c | 1067 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 D | dsl_scan.c | 610 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 D | dsl_destroy.c | 145 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 D | zfeature.c | 437 ASSERT((!spa->spa_sync_on && tx->tx_txg == TXG_INITIAL) || in spa_feature_create_zap_objects()
|
| H A D | dmu_object.c | 478 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
|
| H A D | spa_history.c | 528 fnvlist_add_uint64(nvl, ZPOOL_HIST_TXG, tx->tx_txg); in log_internal()
|
| H A D | zil.c | 829 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 D | vdev_rebuild.c | 317 vdev_dtl_reassess(vd, tx->tx_txg, vrp->vrp_max_txg, B_TRUE, B_TRUE); in vdev_rebuild_complete_sync()
|
| H A D | zcp.c | 657 zfs_dbgmsg("txg %lld ZCP: %s", ri->zri_tx->tx_txg, dbgstring); in zcp_debug()
|
| H A D | spa.c | 2400 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 D | dsl_pool.c | 919 dp->dp_dirty_pertxg[tx->tx_txg & TXG_MASK] += space; in dsl_pool_dirty_space()
|
| H A D | spa_misc.c | 1407 if (tx->tx_txg != TXG_INITIAL) in spa_activate_mos_feature()
|
| H A D | dsl_crypt.c | 2104 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_crypto_recv_raw_objset_sync()
|
| H A D | metaslab.c | 3726 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 D | trace_dmu.h | 50 __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 D | dmu_tx.h | 57 uint64_t tx_txg; member
|