Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_deadlist.c552 VERIFY0(zap_remove_int(dl->dl_os, dl->dl_object, mintxg, tx)); in dsl_deadlist_remove_key()
580 VERIFY0(zap_remove_int(os, dl->dl_object, mintxg, tx)); in dsl_deadlist_remove_entry()
609 VERIFY0(zap_remove_int(os, dl->dl_object, dle->dle_mintxg, tx)); in dsl_deadlist_clear_entry()
850 VERIFY0(zap_remove_int(dl->dl_os, obj, mintxg, tx)); in dsl_deadlist_merge()
899 VERIFY0(zap_remove_int(dl->dl_os, dl->dl_object, in dsl_deadlist_move_bpobj()
H A Dspa_log_spacemap.c906 VERIFY0(zap_remove_int(mos, spacemap_zap, sls->sls_txg, tx)); in spa_cleanup_old_sm_logs()
H A Ddsl_scan.c2114 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_destroyed()
2186 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_snapshotted()
2300 VERIFY3S(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_clone_swapped()
2309 VERIFY3S(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_clone_swapped()
H A Ddsl_dataset.c1388 err = zap_remove_int(mos, dsl_dataset_phys(ds)->ds_next_clones_obj, in dsl_dataset_remove_from_next_clones()
3610 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync()
3616 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync()
3707 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync()
H A Ddsl_destroy.c1093 VERIFY0(zap_remove_int(mos, in dsl_destroy_head_sync_impl()
H A Dzap.c1131 zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_remove_int() function
H A Dzap_micro.c1684 EXPORT_SYMBOL(zap_remove_int);
H A Dvdev.c3043 VERIFY0(zap_remove_int(spa->spa_meta_objset, spa->spa_all_vdev_zaps, in vdev_destroy_unlink_zap()
H A Dspa.c2463 VERIFY0(zap_remove_int(mos, zap_obj, ll_obj, tx)); in livelist_delete_sync()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap.h326 int zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c532 zap_remove_int(os, zfsvfs->z_unlinkedobj, zp->z_id, tx)); in zfs_rmnode()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c753 error = zap_remove_int(zfsvfs->z_os, zfsvfs->z_unlinkedobj, in zfs_rmnode()
H A Dzfs_vnops_os.c3390 VERIFY(zap_remove_int(zfsvfs->z_os, in zfs_link()