Lines Matching defs:usedp
4607 * Return (in *usedp) the amount of space referenced by "new" that was not
4630 dsl_dataset_t *new, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp)
4641 *usedp = 0;
4642 *usedp += dsl_dataset_phys(new)->ds_referenced_bytes;
4643 *usedp -= bmp->zbm_referenced_bytes_refd;
4662 *usedp += used;
4680 *usedp += bmp->zbm_referenced_freed_before_next_snap;
4688 *usedp += used;
4698 * Return (in *usedp) the amount of space written in new that was not
4705 dsl_dataset_t *new, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp)
4710 usedp, compp, uncompp));
4714 * Return (in *usedp) the amount of space written in new that is not
4721 uint64_t *usedp, uint64_t *compp, uint64_t *uncompp)
4743 usedp, compp, uncompp));
4747 * Return (in *usedp) the amount of space that will be reclaimed if firstsnap,
4764 uint64_t *usedp, uint64_t *compp, uint64_t *uncompp)
4782 *usedp = *compp = *uncompp = 0;
4796 *usedp += used;