Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_deadlist.h68 void dsl_deadlist_free(objset_t *os, uint64_t dlobj, dmu_tx_t *tx);
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c351 dsl_deadlist_free(mos, dsl_dataset_phys(ds)->ds_deadlist_obj, tx); in dsl_destroy_snapshot_sync_impl()
775 dsl_deadlist_free(mos, dsl_dataset_phys(ds)->ds_deadlist_obj, tx); in dsl_destroy_head_sync_impl()
H A Ddsl_deadlist.c155 dsl_deadlist_free(objset_t *os, uint64_t dlobj, dmu_tx_t *tx) in dsl_deadlist_free() function