Searched refs:dluncomp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dataset.c | 966 uint64_t dlused, dlcomp, dluncomp; in dsl_dataset_recalc_head_uniq() local 975 dsl_deadlist_space(&ds->ds_deadlist, &dlused, &dlcomp, &dluncomp); in dsl_dataset_recalc_head_uniq() 2367 uint64_t val, dlused, dlcomp, dluncomp; in dsl_dataset_promote_check() local 2401 &dlused, &dlcomp, &dluncomp); in dsl_dataset_promote_check() 2404 ddpa->uncomp += dluncomp; in dsl_dataset_promote_check()
|