| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_removal.h | 34 uint64_t svr_max_offset_to_sync[TXG_SIZE]; 46 list_t svr_new_segments[TXG_SIZE]; 52 range_tree_t *svr_frees[TXG_SIZE]; 60 uint64_t svr_bytes_done[TXG_SIZE]; 70 list_t sci_new_mapping_entries[TXG_SIZE];
|
| H A D | txg.h | 40 #define TXG_SIZE 4 /* next power of 2 */ macro 41 #define TXG_MASK (TXG_SIZE - 1) /* mask for size */ 42 #define TXG_INITIAL TXG_SIZE /* initial txg */ 57 struct txg_node *tn_next[TXG_SIZE]; 58 uint8_t tn_member[TXG_SIZE]; 65 txg_node_t *tl_head[TXG_SIZE];
|
| H A D | dnode.h | 309 uint8_t dn_next_type[TXG_SIZE]; 311 uint8_t dn_next_nblkptr[TXG_SIZE]; 312 uint8_t dn_next_nlevels[TXG_SIZE]; 313 uint8_t dn_next_indblkshift[TXG_SIZE]; 314 uint8_t dn_next_bonustype[TXG_SIZE]; 315 uint8_t dn_rm_spillblk[TXG_SIZE]; /* for removing spill blk */ 316 uint16_t dn_next_bonuslen[TXG_SIZE]; 317 uint32_t dn_next_blksz[TXG_SIZE]; /* next block size in bytes */ 318 uint64_t dn_next_maxblkid[TXG_SIZE]; /* next maxblkid in bytes */ 328 list_t dn_dirty_records[TXG_SIZE]; [all …]
|
| H A D | txg_impl.h | 73 kcondvar_t tc_cv[TXG_SIZE]; 74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ 75 list_t tc_callbacks[TXG_SIZE]; /* commit cb list */
|
| H A D | zil_impl.h | 184 uint64_t zl_replayed_seq[TXG_SIZE]; /* last replayed rec seq */ 200 itxg_t zl_itxg[TXG_SIZE]; /* intent log txg chains */
|
| H A D | dsl_pool.h | 115 uint64_t dp_dirty_pertxg[TXG_SIZE]; 117 uint64_t dp_long_free_dirty_pertxg[TXG_SIZE];
|
| H A D | vdev_rebuild.h | 73 uint64_t vr_scan_offset[TXG_SIZE];
|
| H A D | dsl_dir.h | 116 uint64_t dd_tempreserved[TXG_SIZE]; 118 int64_t dd_space_towrite[TXG_SIZE];
|
| H A D | dmu_objset.h | 163 boolean_t os_next_write_raw[TXG_SIZE]; 175 multilist_t *os_dirty_dnodes[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 | 268 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */ 361 zio_t *spa_txg_zio[TXG_SIZE]; /* spa_sync() waits for this */
|
| H A D | metaslab_impl.h | 402 range_tree_t *ms_allocating[TXG_SIZE];
|
| H A D | vdev_impl.h | 310 uint64_t vdev_initialize_offset[TXG_SIZE]; 329 uint64_t vdev_trim_offset[TXG_SIZE];
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 134 for (i = 0; i < TXG_SIZE; i++) { in txg_init() 178 for (i = 0; i < TXG_SIZE; i++) { in txg_fini() 833 for (t = 0; t < TXG_SIZE; t++) in txg_list_create() 861 for (t = 0; t < TXG_SIZE; t++) in txg_list_destroy() 878 for (int i = 0; i < TXG_SIZE; i++) { in txg_all_lists_empty()
|
| H A D | dmu_redact.c | 114 redact_block_phys_t md_furthest[TXG_SIZE]; 116 list_t md_blocks[TXG_SIZE]; 117 boolean_t md_synctask_txg[TXG_SIZE]; 897 for (int i = 0; i < TXG_SIZE; i++) { in perform_redaction() 983 for (int i = 0; i < TXG_SIZE; i++) in perform_redaction()
|
| H A D | vdev_removal.c | 204 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_create() 218 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_removal_destroy() 310 for (int t = 0; t < TXG_SIZE; t++) in vdev_remove_initiate_sync() 1095 for (int i = 0; i < TXG_SIZE; i++) { in vdev_remove_complete_sync() 1452 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_thread() 1514 for (int i = 0; i < TXG_SIZE; i++) in spa_vdev_remove_thread() 1670 for (int i = 0; i < TXG_SIZE; i++) { in spa_vdev_remove_cancel_sync() 1689 for (int i = 0; i < TXG_SIZE; i++) in spa_vdev_remove_cancel_sync()
|
| H A D | dnode.c | 141 for (i = 0; i < TXG_SIZE; i++) { in dnode_cons() 192 for (i = 0; i < TXG_SIZE; i++) { in dnode_dest() 297 for (i = 0; i < TXG_SIZE; i++) { in dnode_verify() 616 for (i = 0; i < TXG_SIZE; i++) { in dnode_allocate() 796 for (i = 0; i < TXG_SIZE; i++) { in dnode_move_impl() 859 for (i = 0; i < TXG_SIZE; i++) { in dnode_move_impl() 2275 for (i = 0; i < TXG_SIZE; i++) { in dnode_spill_freed() 2280 return (i < TXG_SIZE); in dnode_spill_freed() 2307 for (i = 0; i < TXG_SIZE; i++) { in dnode_block_freed() 2313 return (i < TXG_SIZE); in dnode_block_freed()
|
| 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 | 818 for (int j = 0; j < TXG_SIZE; j++) { in vdev_rebuild_thread() 839 for (int i = 0; i < TXG_SIZE; i++) { in vdev_rebuild_thread()
|
| H A D | zil.c | 656 for (int t = 0; t < TXG_SIZE; t++) { in zilog_is_dirty() 2935 for (int i = 0; i < TXG_SIZE; i++) in zil_commit() 3183 for (int i = 0; i < TXG_SIZE; i++) { in zil_alloc() 3215 for (i = 0; i < TXG_SIZE; i++) { in zil_free()
|
| H A D | dsl_dir.c | 142 for (t = 0; t < TXG_SIZE; t++) { in dsl_dir_evict_async() 1175 for (int i = 0; i < TXG_SIZE; i++) { in dsl_dir_space_towrite() 1282 for (int i = 0; i < TXG_SIZE; i++) in dsl_dir_tempreserve_impl()
|
| H A D | spa_misc.c | 666 for (int t = 0; t < TXG_SIZE; t++) in spa_add() 819 for (int t = 0; t < TXG_SIZE; t++) in spa_remove() 1556 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()
|
| H A D | dmu_objset.c | 603 for (i = 0; i < TXG_SIZE; i++) { in dmu_objset_open_impl() 942 for (int t = 0; t < TXG_SIZE; t++) in dmu_objset_evict() 998 for (int i = 0; i < TXG_SIZE; i++) { in dmu_objset_evict_done()
|
| H A D | metaslab.c | 2076 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_verify_weight_and_frag() 2764 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_fini() 2775 for (int t = 0; t < TXG_SIZE; t++) in metaslab_fini() 4219 for (int t = 0; t < TXG_SIZE; t++) { in metaslab_sync_done()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 1430 for (int t = 0; t < TXG_SIZE; t++) { in zfsvfs_teardown()
|