Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c146 dsl_dataset_phys(ds)->ds_unique_bytes += used; in dsl_dataset_block_born()
242 dsl_dataset_phys(ds)->ds_unique_bytes -= used; in dsl_dataset_block_kill()
1113 dsl_dataset_phys(ds)->ds_unique_bytes = in dsl_dataset_recalc_head_uniq()
1589 dsl_dataset_phys(ds)->ds_unique_bytes = 0; in dsl_dataset_snapshot_sync_impl()
2142 return (dsl_dataset_phys(ds)->ds_unique_bytes); in dsl_get_unique()
2793 dsl_dataset_phys(ds)->ds_unique_bytes); in dsl_dataset_rollback_check()
3477 dsl_dataset_phys(clone)->ds_unique_bytes); in dsl_dataset_clone_swap_check_impl()
3608 dsl_dataset_phys(clone)->ds_unique_bytes); in dsl_dataset_clone_swap_sync_impl()
3692 dsl_dataset_phys(clone)->ds_unique_bytes); in dsl_dataset_clone_swap_sync_impl()
3925 unique = dsl_dataset_phys(ds)->ds_unique_bytes; in dsl_dataset_set_refreservation_check()
[all …]
H A Ddsl_destroy.c133 dsl_dataset_phys(poa->ds_prev)->ds_unique_bytes += in process_old_cb()
164 ASSERT3U(poa.used, ==, dsl_dataset_phys(ds)->ds_unique_bytes); in process_old_deadlist()
326 old_unique = dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()
346 dsl_dataset_phys(ds_prev)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()
398 dsl_dataset_phys(ds_next)->ds_unique_bytes += used; in dsl_destroy_snapshot_sync_impl()
434 dsl_dataset_phys(ds_next)->ds_unique_bytes; in dsl_destroy_snapshot_sync_impl()
686 dsl_dataset_phys(ds)->ds_unique_bytes == 0); in old_synchronous_dataset_destroy()
912 dsl_dataset_phys(ds)->ds_unique_bytes == used); in dsl_destroy_head_sync_impl()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddsl_dataset.h40 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h151 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1330 uint64_t ds_unique_bytes; /* only relevant to snapshots */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1712 zdb_nicenum(ds->ds_unique_bytes, unique, sizeof (unique)); in dump_dsl_dataset()