Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt.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()
H A Dspa_misc.c747 spa->spa_dedup_dspace = ~0ULL; in spa_add()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h373 uint64_t spa_dedup_dspace; /* Cache get_dedup_dspace() */ member