Home
last modified time | relevance | path

Searched refs:zap_remove_int (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddsl_deadlist.c293 VERIFY3U(0, ==, zap_remove_int(dl->dl_os, dl->dl_object, mintxg, tx)); in dsl_deadlist_remove_key()
483 VERIFY3U(0, ==, zap_remove_int(dl->dl_os, obj, mintxg, tx)); in dsl_deadlist_merge()
530 VERIFY3U(0, ==, zap_remove_int(dl->dl_os, dl->dl_object, in dsl_deadlist_move_bpobj()
H A Ddsl_scan.c850 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_destroyed()
901 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_snapshotted()
944 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_clone_swapped()
963 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_clone_swapped()
1355 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_visit()
H A Ddsl_dataset.c1009 err = zap_remove_int(mos, dsl_dataset_phys(ds)->ds_next_clones_obj, in dsl_dataset_remove_from_next_clones()
2545 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync()
2551 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync()
2623 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync()
H A Ddsl_destroy.c827 VERIFY0(zap_remove_int(mos, in dsl_destroy_head_sync_impl()
H A Dzfs_dir.c678 zap_remove_int(zfsvfs->z_os, zfsvfs->z_unlinkedobj, zp->z_id, tx)); in zfs_rmnode()
H A Dzap.c1080 zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_remove_int() function
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzap.h308 int zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx);