/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_synctask.c | 64 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 D | vdev_removal.c | 424 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 D | vdev_rebuild.c | 198 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 D | zil.c | 729 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 D | space_map.c | 537 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 D | vdev_indirect.c | 533 (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 D | vdev_initialize.c | 68 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 D | zfeature.c | 366 uint64_t enabling_txg = dmu_tx_get_txg(tx); in feature_enable_sync()
|
H A D | spa_log_spacemap.c | 759 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 D | dmu_direct.c | 156 uint64_t txg = dmu_tx_get_txg(tx); in dmu_write_direct()
|
H A D | dmu_redact.c | 523 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 D | vdev_indirect_mapping.c | 495 (u_longlong_t)dmu_tx_get_txg(tx), in vdev_indirect_mapping_add_entries()
|
H A D | vdev_raidz.c | 3709 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 D | dmu_tx.c | 1376 dmu_tx_get_txg(dmu_tx_t *tx) in dmu_tx_get_txg() function 1587 EXPORT_SYMBOL(dmu_tx_get_txg);
|
H A D | brt.c | 1168 txg = dmu_tx_get_txg(tx); in brt_pending_add() 1208 txg = dmu_tx_get_txg(tx); in brt_pending_remove()
|
H A D | zfs_vnops.c | 557 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 D | metaslab.c | 3772 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 D | vdev_trim.c | 225 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 D | dmu.c | 1060 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 D | dnode_sync.c | 169 BP_SET_BIRTH(bp, dmu_tx_get_txg(tx), 0); in free_blocks()
|
H A D | zvol.c | 284 txg = dmu_tx_get_txg(tx); in zvol_update_volsize()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu_tx.h | 149 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
|
H A D | dmu.h | 1070 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_znode_os.c | 587 gen = dmu_tx_get_txg(tx); in zfs_mknode()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_znode_os.c | 686 gen = dmu_tx_get_txg(tx); in zfs_mknode()
|