Searched refs:ddt_log_active (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt_log.c | 137 ddt_log_create_one(ddt, ddt->ddt_log_active, 0, tx); in ddt_log_create() 163 ddt_log_destroy_one(ddt, ddt->ddt_log_active, 0, tx); in ddt_log_destroy() 180 dmu_object_info(ddt->ddt_os, ddt->ddt_log_active->ddl_object, &doi); in ddt_log_update_stats() 187 avl_numnodes(&ddt->ddt_log_active->ddl_tree) + in ddt_log_update_stats() 199 if (ddt->ddt_log_active->ddl_object == 0) in ddt_log_begin() 212 VERIFY0(dnode_hold(ddt->ddt_os, ddt->ddt_log_active->ddl_object, FTAG, in ddt_log_begin() 218 uint64_t offset = ddt->ddt_log_active->ddl_length; in ddt_log_begin() 267 ddt_log_update_entry(ddt, ddt->ddt_log_active, ddlwe); in ddt_log_entry() 327 ddt->ddt_log_active->ddl_length += in ddt_log_commit() 331 ddt_log_update_header(ddt, ddt->ddt_log_active, dlu->dlu_tx); in ddt_log_commit() [all …]
|
H A D | ddt.c | 1227 ddt->ddt_log_active, &search)) { in ddt_lookup() 1677 avl_numnodes(&ddt->ddt_log_active->ddl_tree)); in ddt_load() 1883 count += avl_numnodes(&ddt->ddt_log_active->ddl_tree); in ddt_sync_update_stats() 2035 if ((!avl_is_empty(&ddt->ddt_log_active->ddl_tree) && in ddt_flush_force_update_txg() 2036 ddt->ddt_log_active->ddl_first_txg <= txg) || in ddt_flush_force_update_txg() 2072 avl_numnodes(&ddt->ddt_log_active->ddl_tree); in ddt_sync_flush_log() 2183 !avl_is_empty(&ddt->ddt_log_active->ddl_tree)) { in ddt_sync_flush_log() 2222 (ulong_t)avl_numnodes(&ddt->ddt_log_active->ddl_tree), in ddt_sync_flush_log() 2253 avl_numnodes(&ddt->ddt_log_active->ddl_tree)); in ddt_sync_table_log()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt.h | 286 ddt_log_t *ddt_log_active; /* pointers into ddt_log */ member
|