Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_deadlist.h97 void dsl_deadlist_free(objset_t *os, uint64_t dlobj, dmu_tx_t *tx);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c436 dsl_deadlist_free(mos, dsl_dataset_phys(ds)->ds_deadlist_obj, tx); in dsl_destroy_snapshot_sync_impl()
1076 dsl_deadlist_free(mos, dsl_dataset_phys(ds)->ds_deadlist_obj, tx); in dsl_destroy_head_sync_impl()
H A Ddsl_deadlist.c388 dsl_deadlist_free(objset_t *os, uint64_t dlobj, dmu_tx_t *tx) in dsl_deadlist_free() function
H A Ddsl_dir.c2385 dsl_deadlist_free(dp->dp_meta_objset, obj, tx); in dsl_dir_remove_livelist()
H A Ddsl_dataset.c4944 dsl_deadlist_free(spa_meta_objset(spa), remap_deadlist_object, tx); in dsl_dataset_destroy_remap_deadlist()
H A Dspa.c3033 dsl_deadlist_free(mos, ll_obj, tx); in livelist_delete_sync()