Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDddt.c532 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()
HDspa_misc.c778 spa->spa_dedup_dspace = ~0ULL; in spa_add()
1817 if (spa->spa_dedup_dspace == ~0ULL) in spa_get_slop_space()
1825 space = spa_get_dspace(spa) - spa->spa_dedup_dspace; in spa_get_slop_space()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDspa_impl.h378 uint64_t spa_dedup_dspace; /* Cache get_dedup_dspace() */ member