Home
last modified time | relevance | path

Searched refs:old_unique (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_destroy.c305 uint64_t old_unique; in dsl_destroy_snapshot_sync_impl() local
312 old_unique = dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()
410 if (old_unique < ds_next->ds_reserved) { in dsl_destroy_snapshot_sync_impl()
415 ASSERT(old_unique <= new_unique); in dsl_destroy_snapshot_sync_impl()
416 mrsdelta = MIN(new_unique - old_unique, in dsl_destroy_snapshot_sync_impl()
417 ds_next->ds_reserved - old_unique); in dsl_destroy_snapshot_sync_impl()