Searched refs:dmu_object_free (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 137 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_free() function 224 VERIFY0(dmu_object_free(mos, object, tx)); in dmu_object_free_zapified()
|
H A D | bpobj.c | 71 VERIFY3U(0, ==, dmu_object_free(os, dp->dp_empty_bpobj, tx)); in bpobj_decr_empty() 136 VERIFY3U(0, ==, dmu_object_free(os, bpo.bpo_phys->bpo_subobjs, tx)); in bpobj_free() 142 VERIFY3U(0, ==, dmu_object_free(os, obj, tx)); in bpobj_free() 323 err = dmu_object_free(bpo->bpo_os, in bpobj_iterate_impl() 444 VERIFY3U(0, ==, dmu_object_free(bpo->bpo_os, in bpobj_enqueue_subobj()
|
H A D | bptree.c | 102 return (dmu_object_free(os, obj, tx)); in bptree_free()
|
H A D | spa_errlog.c | 380 VERIFY(dmu_object_free(spa->spa_meta_objset, in spa_errlog_sync()
|
H A D | zfs_sa.c | 309 VERIFY(0 == dmu_object_free(zfsvfs->z_os, in zfs_sa_upgrade()
|
H A D | space_map.c | 505 VERIFY3U(dmu_object_free(sm->sm_os, space_map_object(sm), tx), ==, 0); in space_map_free()
|
H A D | dsl_deadlist.c | 177 VERIFY3U(0, ==, dmu_object_free(os, dlobj, tx)); in dsl_deadlist_free()
|
H A D | dsl_destroy.c | 459 VERIFY0(dmu_object_free(mos, in dsl_destroy_snapshot_sync_impl()
|
H A D | zfs_znode.c | 1277 VERIFY(0 == dmu_object_free(os, acl_obj, tx)); in zfs_znode_delete() 1279 VERIFY(0 == dmu_object_free(os, obj, tx)); in zfs_znode_delete()
|
H A D | zfs_acl.c | 1257 error = dmu_object_free(zfsvfs->z_os, aoid, tx); in zfs_aclset_common() 1288 error = dmu_object_free(zfsvfs->z_os, in zfs_aclset_common()
|
H A D | zap_micro.c | 681 return (dmu_object_free(os, zapobj, tx)); in zap_destroy()
|
H A D | dsl_scan.c | 273 VERIFY(0 == dmu_object_free(dp->dp_meta_objset, in dsl_scan_done()
|
H A D | dmu.c | 735 err = dmu_object_free(os, object, tx); in dmu_free_long_object()
|
H A D | vdev.c | 2203 (void) dmu_object_free(mos, vd->vdev_ms_array, tx); in vdev_remove()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 360 int dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx);
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 1534 VERIFY3U(0, ==, dmu_object_free(os, object, tx)); in ztest_replay_remove()
|