Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c93 tx->tx_txg = txg; in dmu_tx_create_assigned()
119 if (tx->tx_txg != 0) { in dmu_tx_hold_dnode_impl()
358 ASSERT0(tx->tx_txg); in dmu_tx_hold_write()
375 ASSERT0(tx->tx_txg); in dmu_tx_hold_write_by_dnode()
396 ASSERT0(tx->tx_txg); in dmu_tx_hold_append()
412 ASSERT0(tx->tx_txg); in dmu_tx_hold_append_by_dnode()
562 ASSERT0(tx->tx_txg); in dmu_tx_hold_clone_by_dnode()
628 ASSERT0(tx->tx_txg); in dmu_tx_hold_zap()
641 ASSERT0(tx->tx_txg); in dmu_tx_hold_zap_by_dnode()
667 ASSERT0(tx->tx_txg); in dmu_tx_hold_bonus_by_dnode()
[all …]
H A Ddnode.c780 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()
784 dn->dn_next_indblkshift[tx->tx_txg & TXG_MASK] = ibs; in dnode_allocate()
802 ASSERT(tx->tx_txg != 0); in dnode_reallocate()
871 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()
1820 uint64_t txg = tx->tx_txg; in dnode_setdirty()
1890 dn->dn_free_txg = tx->tx_txg; in dnode_free()
1949 dn->dn_next_blksz[tx->tx_txg & TXG_MASK] = size; in dnode_set_blksz()
1969 uint64_t txgoff = tx->tx_txg & TXG_MASK; in dnode_set_nlevels_impl()
2073 dn->dn_next_maxblkid[tx->tx_txg & TXG_MASK] = in dnode_new_blkid()
2406 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()
181 uint64_t txg = tx->tx_txg; in free_verify()
577 int txgoff = tx->tx_txg & TXG_MASK; in dnode_sync_free()
628 dnode_rele(dn, (void *)(uintptr_t)tx->tx_txg); in dnode_sync_free()
644 int txgoff = tx->tx_txg & TXG_MASK; in dnode_sync()
687 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()
746 dn->dn_free_txg <= tx->tx_txg; in dnode_sync()
842 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
869 dnode_rele(dn, (void *)(uintptr_t)tx->tx_txg); in dnode_sync()
H A Ddbuf.c1971 uint64_t txg = tx->tx_txg; in dbuf_free_range()
2167 dr->dr_txg = tx->tx_txg; in dbuf_dirty_lightweight()
2233 ASSERT(tx->tx_txg != 0); in dbuf_dirty()
2278 dn->dn_dirty_txg = tx->tx_txg; in dbuf_dirty()
2376 dr->dr_txg = tx->tx_txg; in dbuf_dirty()
2533 uint64_t txg = tx->tx_txg; in dbuf_undirty()
2628 ASSERT(tx->tx_txg != 0); in dmu_buf_will_dirty_impl()
2754 ASSERT(tx->tx_txg != 0); in dmu_buf_will_fill()
2951 ASSERT(tx->tx_txg != 0); in dbuf_assign_arcbuf()
4513 uint64_t txg = tx->tx_txg; in dbuf_sync_leaf()
[all …]
H A Ddsl_dataset.c222 ASSERT(birth <= tx->tx_txg); in dsl_dataset_block_remapped()
263 ASSERT(BP_GET_LOGICAL_BIRTH(bp) <= tx->tx_txg); in dsl_dataset_block_kill()
266 dsl_free(tx->tx_pool, tx->tx_txg, bp); in dsl_dataset_block_kill()
293 dsl_free(tx->tx_pool, tx->tx_txg, bp); in dsl_dataset_block_kill()
1175 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg; in dsl_dataset_create_sync_dd()
1495 ds->ds_trysnap_txg = tx->tx_txg; in dsl_dataset_snapshot_check_impl()
1714 ds, tx->tx_txg)); in dsl_dataset_snapshot_sync_impl()
1724 crtxg = tx->tx_txg; in dsl_dataset_snapshot_sync_impl()
2100 ds->ds_resume_bytes[tx->tx_txg & TXG_MASK] = 0; in dsl_dataset_sync()
2215 tx->tx_txg - 1, tx); in dsl_flush_pending_livelist()
[all …]
H A Ddsl_dir.c1152 if (txg_list_add(&dp->dp_dirty_dirs, dd, tx->tx_txg)) { in dsl_dir_dirty()
1173 ASSERT0(dd->dd_tempreserved[tx->tx_txg & TXG_MASK]); in dsl_dir_sync()
1174 dprintf_dd(dd, "txg=%llu towrite=%lluK\n", (u_longlong_t)tx->tx_txg, in dsl_dir_sync()
1175 (u_longlong_t)dd->dd_space_towrite[tx->tx_txg & TXG_MASK] / 1024); in dsl_dir_sync()
1176 dd->dd_space_towrite[tx->tx_txg & TXG_MASK] = 0; in dsl_dir_sync()
1283 txg = tx->tx_txg; in dsl_dir_tempreserve_impl()
1434 err = arc_tempreserve_space(dd->dd_pool->dp_spa, lsize, tx->tx_txg); in dsl_dir_tempreserve_space()
1452 txg_delay(dd->dd_pool, tx->tx_txg, in dsl_dir_tempreserve_space()
1478 int txgidx = tx->tx_txg & TXG_MASK; in dsl_dir_tempreserve_clear()
1482 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 (u_longlong_t)tx->tx_txg, (longlong_t)vd->vdev_id, in spa_checkpoint_discard_thread_sync()
H A Ddmu_objset.c1126 mdn->dn_next_nlevels[tx->tx_txg & TXG_MASK] = in dmu_objset_create_impl_dnstats()
1298 tx->tx_txg); in dmu_objset_create_sync()
1307 if (txg_list_member(&dp->dp_dirty_datasets, ds, tx->tx_txg)) { in dmu_objset_create_sync()
1314 tx->tx_txg); in dmu_objset_create_sync()
1701 int txgoff = tx->tx_txg & TXG_MASK; in sync_meta_dnode_task()
1742 dprintf_ds(os->os_dsl_dataset, "txg=%llu\n", (u_longlong_t)tx->tx_txg); in dmu_objset_sync()
1773 os->os_next_write_raw[tx->tx_txg & TXG_MASK]) { in dmu_objset_sync()
1780 zio = arc_write(pio, os->os_spa, tx->tx_txg, in dmu_objset_sync()
1807 txgoff = tx->tx_txg & TXG_MASK; in dmu_objset_sync()
2195 if (tx->tx_txg <= os->os_spa->spa_claim_max_txg) in dmu_objset_do_userquota_updates_prep()
[all …]
H A Ddsl_scan.c663 scn->scn_restart_txg <= tx->tx_txg); in dsl_scan_restarting()
748 *funcp, 0, (u_longlong_t)tx->tx_txg); in dsl_errorscrub_setup_sync()
873 scn->scn_phys.scn_max_txg = tx->tx_txg; in dsl_scan_setup_sync()
3813 ddt_sync(spa, tx->tx_txg); in dsl_process_async_destroys()
3814 brt_sync(spa, tx->tx_txg); in dsl_process_async_destroys()
4379 tx->tx_txg % zfs_scan_report_txgs == 0) { in dsl_scan_sync()
4457 (longlong_t)tx->tx_txg, in dsl_scan_sync()
4466 (longlong_t)tx->tx_txg, in dsl_scan_sync()
4509 scn->scn_done_txg = tx->tx_txg + 1; in dsl_scan_sync()
4519 (longlong_t)tx->tx_txg); in dsl_scan_sync()
[all …]
H A Ddsl_destroy.c148 dsl_free_sync(poa->pio, dp, tx->tx_txg, bp); in process_old_cb()
318 tx->tx_txg); in dsl_destroy_snapshot_sync_impl()
729 dsl_free(ka->tx->tx_pool, ka->tx->tx_txg, bp); in kill_blkptr()
1023 tx->tx_txg); in dsl_destroy_head_sync_impl()
H A Ddsl_pool.c986 dp->dp_dirty_pertxg[tx->tx_txg & TXG_MASK] += space; in dsl_pool_dirty_space()
989 dsl_pool_need_dirty_sync(dp, tx->tx_txg); in dsl_pool_dirty_space()
993 txg_kick(dp, tx->tx_txg); in dsl_pool_dirty_space()
H A Dzfeature.c444 ASSERT((!spa->spa_sync_on && tx->tx_txg == TXG_INITIAL) || in spa_feature_create_zap_objects()
H A Ddmu_object.c480 dn->dn_next_type[tx->tx_txg & TXG_MASK] = dn->dn_type = in dmu_object_zapify()
H A Dspa_history.c535 fnvlist_add_uint64(nvl, ZPOOL_HIST_TXG, tx->tx_txg); in log_internal()
H A Dzfs_log.c697 dsl_pool_wrlog_count(zilog->zl_dmu_pool, size, tx->tx_txg); in zfs_log_write()
H A Dspa.c2900 zio_free(spa, tx->tx_txg, bp); in delete_blkptr_cb()
3136 "(%llu blkptrs)", (u_longlong_t)tx->tx_txg, dsname, in spa_livelist_condense_sync()
9458 ASSERT(tx->tx_txg != TXG_INITIAL);
9529 if (tx->tx_txg != TXG_INITIAL) {
9544 if (tx->tx_txg != TXG_INITIAL) {
9627 if (tx->tx_txg != TXG_INITIAL)
9843 uint64_t txg = tx->tx_txg;
9952 uint64_t txg = tx->tx_txg;
H A Dvdev_rebuild.c331 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", (longlong_t)ri->zri_tx->tx_txg, in zcp_debug()
H A Dzil.c1128 ASSERT3U(tx->tx_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
1167 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
1197 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in zil_claim()
H A Dzvol.c623 dsl_pool_wrlog_count(zilog->zl_dmu_pool, sz, tx->tx_txg); in zvol_log_write()
H A Dspa_misc.c1491 if (tx->tx_txg != TXG_INITIAL) in spa_activate_mos_feature()
H A Ddmu.c2366 ASSERT3U(dr->dr_txg, ==, tx->tx_txg); in dmu_brt_clone()
H A Ddsl_crypt.c2141 os->os_next_write_raw[tx->tx_txg & TXG_MASK] = B_TRUE; in dsl_crypto_recv_raw_objset_sync()
/freebsd/sys/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,
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h57 uint64_t tx_txg; member

12