Searched refs:ds_unique_bytes (Results 1 – 5 of 5) sorted by relevance
121 old_bytes = MAX(ds_phys->ds_unique_bytes, ds->ds_reserved); in parent_delta()122 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta()161 dsl_dataset_phys(ds)->ds_unique_bytes += used; in dsl_dataset_block_born()309 ASSERT(dsl_dataset_phys(ds)->ds_unique_bytes >= used || in dsl_dataset_block_kill()312 dsl_dataset_phys(ds)->ds_unique_bytes -= used; in dsl_dataset_block_kill()345 dsl_dataset_phys(ds->ds_prev)->ds_unique_bytes += used; in dsl_dataset_block_kill()1416 dsl_dataset_phys(ds)->ds_unique_bytes = in dsl_dataset_recalc_head_uniq()1512 asize = MIN(dsl_dataset_phys(ds)->ds_unique_bytes, ds->ds_reserved); in dsl_dataset_snapshot_reserve_space()1828 delta = MIN(dsl_dataset_phys(ds)->ds_unique_bytes, in dsl_dataset_snapshot_sync_impl()1888 dsl_dataset_phys(ds)->ds_unique_bytes = 0; in dsl_dataset_snapshot_sync_impl()[all …]
141 dsl_dataset_phys(poa->ds_prev)->ds_unique_bytes += in process_old_cb()172 ASSERT3U(poa.used, ==, dsl_dataset_phys(ds)->ds_unique_bytes); in process_old_deadlist()393 old_unique = dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()413 dsl_dataset_phys(ds_prev)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()474 dsl_dataset_phys(ds_next)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()514 dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()811 dsl_dataset_phys(ds)->ds_unique_bytes == 0); in old_synchronous_dataset_destroy()1045 dsl_dataset_phys(ds)->ds_unique_bytes == used); in dsl_async_dataset_destroy()
157 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
1453 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
3297 zdb_nicenum(ds->ds_unique_bytes, unique, sizeof (unique)); in dump_dsl_dataset()