Home
last modified time | relevance | path

Searched refs:spa_dedup_dspace (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_stats.c289 if (spa->spa_dedup_dspace != ~0ULL) in ddt_get_dedup_dspace()
290 return (spa->spa_dedup_dspace); in ddt_get_dedup_dspace()
296 spa->spa_dedup_dspace = dds_total.dds_ref_dsize - dds_total.dds_dsize; in ddt_get_dedup_dspace()
297 return (spa->spa_dedup_dspace); in ddt_get_dedup_dspace()
H A Dddt.c1688 spa->spa_dedup_dspace = ~0ULL; in ddt_load()
1903 ddt->ddt_spa->spa_dedup_dspace = ~0ULL; in ddt_sync_update_stats()
2272 ddt->ddt_spa->spa_dedup_dspace = ~0ULL; in ddt_sync_table_log()
2313 ddt->ddt_spa->spa_dedup_dspace = ~0ULL; in ddt_sync_table_flush()
H A Dspa_misc.c812 spa->spa_dedup_dspace = ~0ULL; in spa_add()
1885 if (spa->spa_dedup_dspace == ~0ULL) in spa_get_slop_space()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h403 uint64_t spa_dedup_dspace; /* Cache get_dedup_dspace() */ member