| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 120 txg_init(dsl_pool_t *dp, uint64_t txg) in txg_init() 321 uint64_t txg; in txg_hold_open() local 386 txg_quiesce(dsl_pool_t *dp, uint64_t txg) in txg_quiesce() 533 uint64_t txg; in txg_sync_thread() local 627 uint64_t txg; in txg_quiesce_thread() local 743 txg_wait_synced(dsl_pool_t *dp, uint64_t txg) in txg_wait_synced() 800 txg_kick(dsl_pool_t *dp, uint64_t txg) in txg_kick() 839 txg_verify(spa_t *spa, uint64_t txg) in txg_verify() 876 txg_list_empty(txg_list_t *tl, uint64_t txg) in txg_list_empty() 971 txg_list_remove(txg_list_t *tl, uint64_t txg) in txg_list_remove() [all …]
|
| H A D | dsl_pool.c | 194 dsl_pool_open_impl(spa_t *spa, uint64_t txg) in dsl_pool_open_impl() 246 dsl_pool_init(spa_t *spa, uint64_t txg, dsl_pool_t **dpp) in dsl_pool_init() 476 dsl_crypto_params_t *dcp, uint64_t txg) in dsl_pool_create() 613 dsl_pool_wrlog_count(dsl_pool_t *dp, int64_t size, uint64_t txg) in dsl_pool_wrlog_count() 637 dsl_pool_wrlog_clear(dsl_pool_t *dp, uint64_t txg) in dsl_pool_wrlog_clear() 650 dsl_early_sync_task_verify(dsl_pool_t *dp, uint64_t txg) in dsl_early_sync_task_verify() 670 #define dsl_early_sync_task_verify(dp, txg) \ argument 675 dsl_pool_sync(dsl_pool_t *dp, uint64_t txg) in dsl_pool_sync() 859 dsl_pool_sync_done(dsl_pool_t *dp, uint64_t txg) in dsl_pool_sync_done() 978 dsl_pool_need_dirty_sync(dsl_pool_t *dp, uint64_t txg) in dsl_pool_need_dirty_sync() [all …]
|
| H A D | spa_log_spacemap.c | 392 summary_entry_is_full(spa_t *spa, log_summary_entry_t *e, uint64_t txg) in summary_entry_is_full() 418 spa_log_summary_decrement_mscount(spa_t *spa, uint64_t txg, boolean_t dirty) in spa_log_summary_decrement_mscount() 547 spa_log_sm_decrement_mscount(spa_t *spa, uint64_t txg) in spa_log_sm_decrement_mscount() 575 summary_add_data(spa_t *spa, uint64_t txg, uint64_t metaslabs_flushed, in summary_add_data() 610 spa_log_summary_dirty_flushed_metaslab(spa_t *spa, uint64_t txg) in spa_log_summary_dirty_flushed_metaslab() 758 uint64_t txg = dmu_tx_get_txg(tx); in spa_flush_metaslabs() local 942 spa_log_sm_alloc(uint64_t sm_obj, uint64_t txg) in spa_log_sm_alloc() 953 uint64_t txg = dmu_tx_get_txg(tx); in spa_generate_syncing_log_sm() local
|
| H A D | vdev_removal.c | 192 vdev_passivate(vdev_t *vd, uint64_t *txg) in vdev_passivate() 278 uint64_t txg; in spa_vdev_noalloc() local 311 uint64_t txg; in spa_vdev_alloc() local 666 uint64_t txg = spa_syncing_txg(spa); in free_from_removing_vdev() local 902 uint64_t txg = dmu_tx_get_txg(tx); in vdev_mapping_sync() local 1123 uint64_t maxalloc, uint64_t txg, in spa_vdev_copy_segment() 1355 uint64_t txg; in vdev_remove_complete() local 1446 uint64_t txg = dmu_tx_get_txg(tx); in spa_vdev_copy_impl() local 1715 uint64_t txg = dmu_tx_get_txg(tx); in spa_vdev_remove_thread() local 2056 spa_vdev_remove_log(vdev_t *vd, uint64_t *txg) in spa_vdev_remove_log() [all …]
|
| H A D | zil.c | 802 uint64_t txg, lwb_state_t state) in zil_alloc_lwb() 938 uint64_t txg = 0; in zil_commit_activate_saxattr_feature() local 966 uint64_t txg = 0; in zil_create() local 1068 uint64_t txg; in zil_destroy() local 1971 uint64_t txg = dmu_tx_get_txg(tx); in zil_lwb_write_issue() local 2490 uint64_t otxg, txg; in zil_remove_async() local 2535 uint64_t txg; in zil_itx_assign() local 2658 uint64_t otxg, txg, wtxg = 0; in zil_get_commit_list() local 2727 uint64_t otxg, txg; in zil_async_to_sync() local 2931 uint64_t txg = lrc->lrc_txg; in zil_process_commit_list() local [all …]
|
| H A D | uberblock.c | 48 uberblock_update(uberblock_t *ub, vdev_t *rvd, uint64_t txg, uint64_t mmp_delay) in uberblock_update()
|
| H A D | spa_stats.c | 194 uint64_t txg; /* txg id */ member 318 spa_txg_history_add(spa_t *spa, uint64_t txg, hrtime_t birth_time) in spa_txg_history_add() 342 spa_txg_history_set(spa_t *spa, uint64_t txg, txg_state_t completed_state, in spa_txg_history_set() 371 spa_txg_history_set_io(spa_t *spa, uint64_t txg, uint64_t nread, in spa_txg_history_set_io() 400 spa_txg_history_init_io(spa_t *spa, uint64_t txg, dsl_pool_t *dp) in spa_txg_history_init_io() 572 uint64_t txg; /* txg of last sync */ member 738 spa_mmp_history_add(spa_t *spa, uint64_t txg, uint64_t timestamp, in spa_mmp_history_add()
|
| H A D | metaslab.c | 640 metaslab_class_evict_old(metaslab_class_t *mc, uint64_t txg) in metaslab_class_evict_old() 1903 metaslab_verify_space(metaslab_t *msp, uint64_t txg) in metaslab_verify_space() 2618 metaslab_set_selected_txg(metaslab_t *msp, uint64_t txg) in metaslab_set_selected_txg() 2647 uint64_t txg, metaslab_t **msp) in metaslab_init() 2924 uint64_t txg = spa_syncing_txg(spa); in metaslab_set_fragmentation() local 3617 uint64_t txg = dmu_tx_get_txg(tx); in metaslab_condense() local 3977 metaslab_sync(metaslab_t *msp, uint64_t txg) in metaslab_sync() 4256 metaslab_evict(metaslab_t *msp, uint64_t txg) in metaslab_evict() 4277 metaslab_sync_done(metaslab_t *msp, uint64_t txg) in metaslab_sync_done() 5664 uint64_t txg) in metaslab_claim_concrete() [all …]
|
| H A D | vdev_label.c | 776 vdev_label_read_config(vdev_t *vd, uint64_t txg) in vdev_label_read_config() 879 uint64_t state, pool_guid, device_guid, txg, spare_pool; in vdev_inuse() local 1168 uint64_t txg = 0ULL; in vdev_label_init() local 1851 vdev_t *vd, int l, uint64_t txg, int flags) in vdev_label_sync() 1905 vdev_label_sync_list(spa_t *spa, int l, uint64_t txg, int flags) in vdev_label_sync_list() 1958 vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg) in vdev_config_sync()
|
| H A D | spa_config.c | 415 spa_config_generate(spa_t *spa, vdev_t *vd, uint64_t txg, int getstats) in spa_config_generate() 569 uint64_t txg; in spa_config_update() local
|
| H A D | vdev.c | 1492 vdev_metaslab_init(vdev_t *vd, uint64_t txg) in vdev_metaslab_init() 2294 uint64_t txg; in vdev_validate() local 2769 vdev_create(vdev_t *vd, uint64_t txg, boolean_t isreplacing) in vdev_create() 2870 vdev_dirty(vdev_t *vd, int flags, void *arg, uint64_t txg) in vdev_dirty() 2888 vdev_dirty_leaves(vdev_t *vd, int flags, uint64_t txg) in vdev_dirty_leaves() 3433 vdev_dtl_sync(vdev_t *vd, uint64_t txg) in vdev_dtl_sync() 3946 vdev_remove_empty_log(vdev_t *vd, uint64_t txg) in vdev_remove_empty_log() 3966 vdev_sync_done(vdev_t *vd, uint64_t txg) in vdev_sync_done() 3985 vdev_sync(vdev_t *vd, uint64_t txg) in vdev_sync() 4807 uint64_t txg = zio->io_txg; in vdev_stat_update() local [all …]
|
| H A D | dnode_sync.c | 181 uint64_t txg = tx->tx_txg; in free_verify() local 542 uint64_t txg = dr->dr_txg; in dnode_undirty_dbufs() local
|
| H A D | vdev_indirect_births.c | 131 uint64_t max_offset, uint64_t txg, dmu_tx_t *tx) in vdev_indirect_births_add_entry()
|
| H A D | ddt.c | 263 ddt_bp_fill(const ddt_phys_t *ddp, blkptr_t *bp, uint64_t txg) in ddt_bp_fill() 345 ddt_phys_free(ddt_t *ddt, ddt_key_t *ddk, ddt_phys_t *ddp, uint64_t txg) in ddt_phys_free() 1005 ddt_sync_entry(ddt_t *ddt, ddt_entry_t *dde, dmu_tx_t *tx, uint64_t txg) in ddt_sync_entry() 1074 ddt_sync_table(ddt_t *ddt, dmu_tx_t *tx, uint64_t txg) in ddt_sync_table() 1118 ddt_sync(spa_t *spa, uint64_t txg) in ddt_sync()
|
| H A D | vdev_initialize.c | 66 uint64_t txg = dmu_tx_get_txg(tx); in vdev_initialize_zap_update_sync() local 251 uint64_t txg = dmu_tx_get_txg(tx); in vdev_initialize_write() local
|
| H A D | brt.c | 1388 uint64_t txg; in brt_pending_add() local 1431 uint64_t txg; in brt_pending_remove() local 1459 brt_pending_apply(spa_t *spa, uint64_t txg) in brt_pending_apply() 1566 brt_sync(spa_t *spa, uint64_t txg) in brt_sync()
|
| H A D | zio.c | 886 zio_create(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, in zio_create() 1242 zio_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, in zio_write() 1285 zio_rewrite(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, abd_t *data, in zio_rewrite() 1321 zio_free(spa_t *spa, uint64_t txg, const blkptr_t *bp) in zio_free() 1363 zio_free_sync(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, in zio_free_sync() 1398 zio_claim(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, in zio_claim() 2945 uint64_t txg = pio->io_txg; in zio_write_gang_block() local 3455 uint64_t txg = zio->io_txg; in zio_ddt_write() local 3799 zio_alloc_zil(spa_t *spa, objset_t *os, uint64_t txg, blkptr_t *new_bp, in zio_alloc_zil()
|
| H A D | vdev_rebuild.c | 196 uint64_t txg = dmu_tx_get_txg(tx); in vdev_rebuild_update_sync() local 590 uint64_t txg = dmu_tx_get_txg(tx); in vdev_rebuild_range() local
|
| H A D | spa_errlog.c | 1264 spa_errlog_sync(spa_t *spa, uint64_t txg) in spa_errlog_sync() 1377 uint64_t *txg) in find_txg_ancestor_snapshot() 1424 uint64_t txg; in swap_errlog() local
|
| H A D | dmu_redact.c | 93 uint64_t txg; /* txg to traverse since */ member 520 uint64_t txg = dmu_tx_get_txg(tx); in redaction_list_update_sync() local 569 uint64_t txg = dmu_tx_get_txg(tx); in commit_rl_updates() local
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | txg.h | 126 #define TXG_CLEAN(txg) ((txg) - 1) argument 145 #define TXG_VERIFY(spa, txg) txg_verify(spa, txg) argument 147 #define TXG_VERIFY(spa, txg) argument
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | arc_os.c | 253 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle() 466 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | arc_os.c | 136 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle()
|
| H A D | spa_os.c | 95 uint64_t txg; in spa_generate_rootconf() local
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 1738 uint64_t txg; in ztest_tx_assign() local 1973 uint64_t txg; in ztest_replay_create() local 2062 uint64_t object, txg; in ztest_replay_remove() local 2116 uint64_t gen, txg, lrtxg, crtxg; in ztest_replay_write() local 2242 uint64_t txg; in ztest_replay_truncate() local 2702 uint64_t txg; in ztest_prealloc() local 4693 uint64_t i, n, s, txg; in ztest_dmu_read_write() local 4981 uint64_t n, s, txg; in ztest_dmu_read_write_zcopy() local 5290 uint64_t txg, last_txg; in ztest_zap() local 5434 uint64_t object, txg, value; in ztest_fzap() local [all …]
|