Searched refs:spa_dedup_dspace (Results 1 – 3 of 3) sorted by relevance
532 if (spa->spa_dedup_dspace != ~0ULL) in ddt_get_dedup_dspace()533 return (spa->spa_dedup_dspace); in ddt_get_dedup_dspace()539 spa->spa_dedup_dspace = dds_total.dds_ref_dsize - dds_total.dds_dsize; in ddt_get_dedup_dspace()540 return (spa->spa_dedup_dspace); in ddt_get_dedup_dspace()853 spa->spa_dedup_dspace = ~0ULL; in ddt_load()1114 spa->spa_dedup_dspace = ~0ULL; in ddt_sync_table()
747 spa->spa_dedup_dspace = ~0ULL; in spa_add()
373 uint64_t spa_dedup_dspace; /* Cache get_dedup_dspace() */ member