Home
last modified time | relevance | path

Searched refs:dmu_tx_get_txg (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c64 dst.dst_txg = dmu_tx_get_txg(tx); in dsl_sync_task_common()
179 dst->dst_txg = dmu_tx_get_txg(tx); in dsl_sync_task_nowait_common()
H A Dvdev_removal.c424 uint64_t txg __maybe_unused = dmu_tx_get_txg(tx); in vdev_remove_initiate_sync()
522 (u_longlong_t)dmu_tx_get_txg(tx), in vdev_remove_initiate_sync()
849 ASSERT3U(dmu_tx_get_txg(tx), ==, spa_syncing_txg(spa)); in spa_finish_removal()
905 uint64_t txg = dmu_tx_get_txg(tx); in vdev_mapping_sync()
914 vdev_indirect_mapping_max_offset(vim), dmu_tx_get_txg(tx), tx); in vdev_mapping_sync()
1450 uint64_t txg = dmu_tx_get_txg(tx); in spa_vdev_copy_impl()
1739 uint64_t txg = dmu_tx_get_txg(tx); in spa_vdev_remove_thread()
1988 svr->svr_bytes_done[dmu_tx_get_txg(tx) & TXG_MASK] = 0; in spa_vdev_remove_cancel_sync()
2002 (u_longlong_t)vd->vdev_id, (u_longlong_t)dmu_tx_get_txg(tx)); in spa_vdev_remove_cancel_sync()
2033 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK; in svr_sync()
H A Dvdev_rebuild.c198 uint64_t txg = dmu_tx_get_txg(tx); in vdev_rebuild_update_sync()
237 vrp->vrp_max_txg = dmu_tx_get_txg(tx); in vdev_rebuild_initiate_sync()
420 vrp->vrp_max_txg = dmu_tx_get_txg(tx); in vdev_rebuild_reset_sync()
596 uint64_t txg = dmu_tx_get_txg(tx); in vdev_rebuild_range()
H A Dzil.c729 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_log_block()
747 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp); in zil_free_write()
775 zio_free(spa, dmu_tx_get_txg(tx), bp); in zil_free_clone_range()
962 txg = dmu_tx_get_txg(tx); in zil_commit_activate_saxattr_feature()
1008 txg = dmu_tx_get_txg(tx); in zil_create()
1098 txg = dmu_tx_get_txg(tx); in zil_destroy()
1982 uint64_t txg = dmu_tx_get_txg(tx); in zil_lwb_write_issue()
2559 txg = dmu_tx_get_txg(tx); in zil_itx_assign()
2606 itx->itx_lr.lrc_txg = dmu_tx_get_txg(tx); in zil_itx_assign()
2614 zilog_dirty(zilog, dmu_tx_get_txg(tx)); in zil_itx_assign()
[all …]
H A Dspace_map.c537 SM_DEBUG_TXG_ENCODE(dmu_tx_get_txg(tx)); in space_map_write_intro_debug()
868 VERIFY3U(dmu_tx_get_txg(tx), <=, spa_final_dirty_txg(spa)); in space_map_truncate()
886 (u_longlong_t)dmu_tx_get_txg(tx), spa_name(spa), sm, in space_map_truncate()
H A Dvdev_indirect.c533 (u_longlong_t)vd->vdev_id, (u_longlong_t)dmu_tx_get_txg(tx), in spa_condense_indirect_complete_sync()
547 uint64_t txg = dmu_tx_get_txg(tx); in spa_condense_indirect_commit_sync()
573 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK; in spa_condense_indirect_commit_entry()
800 (u_longlong_t)vd->vdev_id, (u_longlong_t)dmu_tx_get_txg(tx), in spa_condense_indirect_start_sync()
H A Dvdev_initialize.c68 uint64_t txg = dmu_tx_get_txg(tx); in vdev_initialize_zap_update_sync()
254 uint64_t txg = dmu_tx_get_txg(tx); in vdev_initialize_write()
H A Dzfeature.c366 uint64_t enabling_txg = dmu_tx_get_txg(tx); in feature_enable_sync()
H A Dspa_log_spacemap.c759 uint64_t txg = dmu_tx_get_txg(tx); in spa_flush_metaslabs()
954 uint64_t txg = dmu_tx_get_txg(tx); in spa_generate_syncing_log_sm()
H A Ddmu_direct.c156 uint64_t txg = dmu_tx_get_txg(tx); in dmu_write_direct()
H A Ddmu_redact.c523 uint64_t txg = dmu_tx_get_txg(tx); in redaction_list_update_sync()
572 uint64_t txg = dmu_tx_get_txg(tx); in commit_rl_updates()
H A Dvdev_indirect_mapping.c495 (u_longlong_t)dmu_tx_get_txg(tx), in vdev_indirect_mapping_add_entries()
H A Dvdev_raidz.c3709 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK; in raidz_reflow_sync()
3927 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK; in raidz_reflow_record_progress()
4014 rra->rra_txg = dmu_tx_get_txg(tx); in raidz_reflow_impl()
4052 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK; in raidz_reflow_impl()
4374 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK; in raidz_reflow_scratch_sync()
4468 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK; in vdev_raidz_reflow_copy_scratch()
4629 uint64_t txg = dmu_tx_get_txg(tx); in spa_raidz_expand_thread()
H A Ddmu_tx.c1376 dmu_tx_get_txg(dmu_tx_t *tx) in dmu_tx_get_txg() function
1587 EXPORT_SYMBOL(dmu_tx_get_txg);
H A Dbrt.c1168 txg = dmu_tx_get_txg(tx); in brt_pending_add()
1208 txg = dmu_tx_get_txg(tx); in brt_pending_remove()
H A Dzfs_vnops.c557 if (*clear_setid_bits_txgp != dmu_tx_get_txg(tx)) { in zfs_clear_setid_bits_if_necessary()
565 *clear_setid_bits_txgp = dmu_tx_get_txg(tx); in zfs_clear_setid_bits_if_necessary()
H A Dmetaslab.c3772 uint64_t txg = dmu_tx_get_txg(tx); in metaslab_condense()
4022 ASSERT3U(metaslab_unflushed_txg(msp), <, dmu_tx_get_txg(tx)); in metaslab_flush()
4031 metaslab_verify_space(msp, dmu_tx_get_txg(tx)); in metaslab_flush()
4072 metaslab_verify_space(msp, dmu_tx_get_txg(tx)); in metaslab_flush()
4099 "appended %llu bytes", (u_longlong_t)dmu_tx_get_txg(tx), in metaslab_flush()
4117 metaslab_verify_space(msp, dmu_tx_get_txg(tx)); in metaslab_flush()
4122 metaslab_verify_space(msp, dmu_tx_get_txg(tx)); in metaslab_flush()
H A Dvdev_trim.c225 uint64_t txg = dmu_tx_get_txg(tx); in vdev_trim_zap_update_sync()
531 uint64_t txg = dmu_tx_get_txg(tx); in vdev_trim_range()
H A Ddmu.c1060 uint64_t txg = dmu_tx_get_txg(tx); in dmu_free_long_range_impl()
2011 zil_lwb_add_txg(zgd->zgd_lwb, dmu_tx_get_txg(tx)); in dmu_sync_late_arrival()
2042 zio_nowait(zio_write(pio, os->os_spa, dmu_tx_get_txg(tx), zgd->zgd_bp, in dmu_sync_late_arrival()
H A Ddnode_sync.c169 BP_SET_BIRTH(bp, dmu_tx_get_txg(tx), 0); in free_blocks()
H A Dzvol.c284 txg = dmu_tx_get_txg(tx); in zvol_update_volsize()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h149 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
H A Ddmu.h1070 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c587 gen = dmu_tx_get_txg(tx); in zfs_mknode()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c686 gen = dmu_tx_get_txg(tx); in zfs_mknode()

12