| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_removal.h | 35 uint64_t svr_max_offset_to_sync[TXG_SIZE]; 47 list_t svr_new_segments[TXG_SIZE]; 53 zfs_range_tree_t *svr_frees[TXG_SIZE]; 61 uint64_t svr_bytes_done[TXG_SIZE]; 71 list_t sci_new_mapping_entries[TXG_SIZE];
|
| H A D | txg.h | 42 #define TXG_SIZE 4 /* next power of 2 */ macro 43 #define TXG_MASK (TXG_SIZE - 1) /* mask for size */ 44 #define TXG_INITIAL TXG_SIZE /* initial txg */ 59 struct txg_node *tn_next[TXG_SIZE]; 60 uint8_t tn_member[TXG_SIZE]; 67 txg_node_t *tl_head[TXG_SIZE];
|
| H A D | dnode.h | 313 uint8_t dn_next_type[TXG_SIZE]; 315 uint8_t dn_next_nblkptr[TXG_SIZE]; 316 uint8_t dn_next_nlevels[TXG_SIZE]; 317 uint8_t dn_next_indblkshift[TXG_SIZE]; 318 uint8_t dn_next_bonustype[TXG_SIZE]; 319 uint8_t dn_rm_spillblk[TXG_SIZE]; /* for removing spill blk */ 320 uint16_t dn_next_bonuslen[TXG_SIZE]; 321 uint32_t dn_next_blksz[TXG_SIZE]; /* next block size in bytes */ 322 uint64_t dn_next_maxblkid[TXG_SIZE]; /* next maxblkid in bytes */ 328 multilist_node_t dn_dirty_link[TXG_SIZE]; /* next on dataset's dirty */ [all …]
|
| H A D | txg_impl.h | 74 kcondvar_t tc_cv[TXG_SIZE]; 75 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ 76 list_t tc_callbacks[TXG_SIZE]; /* commit cb list */
|
| H A D | zil_impl.h | 208 uint64_t zl_replayed_seq[TXG_SIZE]; /* last replayed rec seq */ 224 itxg_t zl_itxg[TXG_SIZE]; /* intent log txg chains */ 243 uint64_t zl_lwb_inflight[TXG_SIZE]; /* io issued, but not done */
|
| H A D | vdev_raidz.h | 112 uint64_t vre_offset_pertxg[TXG_SIZE]; 117 uint64_t vre_bytes_copied_pertxg[TXG_SIZE];
|
| H A D | dsl_pool.h | 118 uint64_t dp_dirty_pertxg[TXG_SIZE]; 120 uint64_t dp_long_free_dirty_pertxg[TXG_SIZE]; 125 aggsum_t dp_wrlog_pertxg[TXG_SIZE];
|
| H A D | dsl_dir.h | 118 uint64_t dd_tempreserved[TXG_SIZE]; 120 uint64_t dd_space_towrite[TXG_SIZE];
|
| H A D | vdev_rebuild.h | 76 uint64_t vr_scan_offset[TXG_SIZE];
|
| H A D | dmu_objset.h | 173 boolean_t os_next_write_raw[TXG_SIZE]; 185 multilist_t os_dirty_dnodes[TXG_SIZE];
|
| H A D | brt_impl.h | 95 avl_tree_t bv_pending_tree[TXG_SIZE];
|
| H A D | dsl_dataset.h | 250 uint64_t ds_resume_object[TXG_SIZE]; 251 uint64_t ds_resume_offset[TXG_SIZE]; 252 uint64_t ds_resume_bytes[TXG_SIZE];
|
| H A D | spa_impl.h | 295 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */ 405 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */
|
| H A D | metaslab_impl.h | 375 zfs_range_tree_t *ms_allocating[TXG_SIZE];
|
| H A D | vdev_impl.h | 300 uint64_t vdev_initialize_offset[TXG_SIZE]; 321 uint64_t vdev_trim_offset[TXG_SIZE];
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 136 for (i = 0; i < TXG_SIZE; i++) { in txg_init() 180 for (i = 0; i < TXG_SIZE; i++) { in txg_fini() 883 for (t = 0; t < TXG_SIZE; t++) in txg_list_create() 911 for (t = 0; t < TXG_SIZE; t++) in txg_list_destroy() 928 for (int i = 0; i < TXG_SIZE; i++) in txg_all_lists_empty()
|
| H A D | dmu_redact.c | 116 redact_block_phys_t md_furthest[TXG_SIZE]; 118 list_t md_blocks[TXG_SIZE]; 119 boolean_t md_synctask_txg[TXG_SIZE]; 898 for (int i = 0; i < TXG_SIZE; i++) { in perform_redaction() 984 for (int i = 0; i < TXG_SIZE; i++) in perform_redaction()
|
| H A D | dnode.c | 165 for (int i = 0; i < TXG_SIZE; i++) { in dnode_cons() 213 for (int i = 0; i < TXG_SIZE; i++) { in dnode_dest() 441 for (i = 0; i < TXG_SIZE; i++) { in dnode_verify() 766 for (i = 0; i < TXG_SIZE; i++) { in dnode_allocate() 941 for (int i = 0; i < TXG_SIZE; i++) { in dnode_move_impl() 998 for (int i = 0; i < TXG_SIZE; i++) { in dnode_move_impl() 2438 for (i = 0; i < TXG_SIZE; i++) { in dnode_spill_freed() 2443 return (i < TXG_SIZE); in dnode_spill_freed() 2462 for (i = 0; i < TXG_SIZE; i++) { in dnode_block_freed() 2468 return (i < TXG_SIZE); in dnode_block_freed()
|
| H A D | vdev_removal.c | 408 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_create() 423 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_destroy() 515 for (int t = 0; t < TXG_SIZE; t++) in vdev_remove_initiate_sync() 1305 for (int i = 0; i < TXG_SIZE; i++) { in vdev_remove_complete_sync() 1679 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_thread() 1933 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_cancel_sync() 1955 for (int i = 0; i < TXG_SIZE; i++) in spa_vdev_remove_cancel_sync()
|
| H A D | vdev_indirect.c | 368 for (int i = 0; i < TXG_SIZE; i++) { in spa_condensing_indirect_create() 383 for (int i = 0; i < TXG_SIZE; i++) in spa_condensing_indirect_destroy() 498 for (int i = 0; i < TXG_SIZE; i++) { in spa_condense_indirect_complete_sync() 675 for (int i = 0; i < TXG_SIZE; i++) { in spa_condense_indirect_thread()
|
| H A D | vdev_rebuild.c | 856 for (int j = 0; j < TXG_SIZE; j++) { in vdev_rebuild_thread() 877 for (int i = 0; i < TXG_SIZE; i++) { in vdev_rebuild_thread()
|
| H A D | dsl_pool.c | 225 for (int i = 0; i < TXG_SIZE; i++) { in dsl_pool_open_impl() 435 for (int i = 0; i < TXG_SIZE; i++) { in dsl_pool_close()
|
| H A D | brt.c | 708 for (int i = 0; i < TXG_SIZE; i++) { in brt_vdevs_expand() 853 for (int i = 0; i < TXG_SIZE; i++) in brt_vdevs_free()
|
| H A D | spa_misc.c | 781 for (int t = 0; t < TXG_SIZE; t++) in spa_add() 936 for (int t = 0; t < TXG_SIZE; t++) in spa_remove() 1702 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()
|
| /freebsd/usr.sbin/makefs/zfs/ |
| H A D | zfs.h | 58 #define TXG_SIZE 4 macro
|