Searched refs:ds_unique_bytes (Results 1 – 5 of 5) sorted by relevance
130 old_bytes = MAX(ds_phys->ds_unique_bytes, ds->ds_reserved); in parent_delta()131 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta()169 dsl_dataset_phys(ds)->ds_unique_bytes += used; in dsl_dataset_block_born()316 ASSERT(dsl_dataset_phys(ds)->ds_unique_bytes >= used || in dsl_dataset_block_kill()319 dsl_dataset_phys(ds)->ds_unique_bytes -= used; in dsl_dataset_block_kill()352 dsl_dataset_phys(ds->ds_prev)->ds_unique_bytes += used; in dsl_dataset_block_kill()1409 dsl_dataset_phys(ds)->ds_unique_bytes = in dsl_dataset_recalc_head_uniq()1505 asize = MIN(dsl_dataset_phys(ds)->ds_unique_bytes, ds->ds_reserved); in dsl_dataset_snapshot_reserve_space()1821 delta = MIN(dsl_dataset_phys(ds)->ds_unique_bytes, in dsl_dataset_snapshot_sync_impl()1881 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()386 old_unique = dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()406 dsl_dataset_phys(ds_prev)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()467 dsl_dataset_phys(ds_next)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()507 dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()763 dsl_dataset_phys(ds)->ds_unique_bytes == 0); in old_synchronous_dataset_destroy()997 dsl_dataset_phys(ds)->ds_unique_bytes == used); in dsl_async_dataset_destroy()
158 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
1458 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
2764 zdb_nicenum(ds->ds_unique_bytes, unique, sizeof (unique)); in dump_dsl_dataset()