Searched refs:ds_unique_bytes (Results 1 – 5 of 5) sorted by relevance
131 old_bytes = MAX(ds_phys->ds_unique_bytes, ds->ds_reserved); in parent_delta()132 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta()170 dsl_dataset_phys(ds)->ds_unique_bytes += used; in dsl_dataset_block_born()317 ASSERT(dsl_dataset_phys(ds)->ds_unique_bytes >= used || in dsl_dataset_block_kill()320 dsl_dataset_phys(ds)->ds_unique_bytes -= used; in dsl_dataset_block_kill()353 dsl_dataset_phys(ds->ds_prev)->ds_unique_bytes += used; in dsl_dataset_block_kill()1410 dsl_dataset_phys(ds)->ds_unique_bytes = in dsl_dataset_recalc_head_uniq()1506 asize = MIN(dsl_dataset_phys(ds)->ds_unique_bytes, ds->ds_reserved); in dsl_dataset_snapshot_reserve_space()1822 delta = MIN(dsl_dataset_phys(ds)->ds_unique_bytes, in dsl_dataset_snapshot_sync_impl()1882 dsl_dataset_phys(ds)->ds_unique_bytes = 0; in dsl_dataset_snapshot_sync_impl()[all …]
142 dsl_dataset_phys(poa->ds_prev)->ds_unique_bytes += in process_old_cb()173 ASSERT3U(poa.used, ==, dsl_dataset_phys(ds)->ds_unique_bytes); in process_old_deadlist()385 old_unique = dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()405 dsl_dataset_phys(ds_prev)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()466 dsl_dataset_phys(ds_next)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()506 dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()762 dsl_dataset_phys(ds)->ds_unique_bytes == 0); in old_synchronous_dataset_destroy()996 dsl_dataset_phys(ds)->ds_unique_bytes == used); in dsl_async_dataset_destroy()
158 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
1464 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
2834 zdb_nicenum(ds->ds_unique_bytes, unique, sizeof (unique)); in dump_dsl_dataset()