Searched refs:spa_dedup_dspace (Results 1 – 4 of 4) sorted by relevance
289 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()
1688 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()
812 spa->spa_dedup_dspace = ~0ULL; in spa_add()1885 if (spa->spa_dedup_dspace == ~0ULL) in spa_get_slop_space()
403 uint64_t spa_dedup_dspace; /* Cache get_dedup_dspace() */ member