Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_impl.h295 void dmu_object_free_zapified(objset_t *, uint64_t, dmu_tx_t *);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c494 dmu_object_free_zapified(mos, obj, tx); in dsl_destroy_snapshot_sync_impl()
802 dmu_object_free_zapified(mos, ddobj, tx); in dsl_dir_destroy_sync()
966 dmu_object_free_zapified(mos, obj, tx); in dsl_destroy_head_sync_impl()
H A Ddmu_object.c447 dmu_object_free_zapified(objset_t *mos, uint64_t object, dmu_tx_t *tx) in dmu_object_free_zapified() function