Searched refs:zap_remove_int (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deadlist.c | 308 VERIFY3U(0, ==, zap_remove_int(dl->dl_os, dl->dl_object, mintxg, tx)); in dsl_deadlist_remove_key() 503 VERIFY3U(0, ==, zap_remove_int(dl->dl_os, obj, mintxg, tx)); in dsl_deadlist_merge() 551 VERIFY3U(0, ==, zap_remove_int(dl->dl_os, dl->dl_object, in dsl_deadlist_move_bpobj()
|
H A D | spa_log_spacemap.c | 909 VERIFY0(zap_remove_int(mos, spacemap_zap, sls->sls_txg, tx)); in spa_cleanup_old_sm_logs()
|
H A D | dsl_scan.c | 2057 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_destroyed() 2129 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_snapshotted() 2194 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_clone_swapped() 2214 VERIFY3U(0, ==, zap_remove_int(dp->dp_meta_objset, in dsl_scan_ds_clone_swapped()
|
H A D | zfs_dir.c | 747 zap_remove_int(zfsvfs->z_os, zfsvfs->z_unlinkedobj, zp->z_id, tx)); in zfs_rmnode()
|
H A D | dsl_dataset.c | 1271 err = zap_remove_int(mos, dsl_dataset_phys(ds)->ds_next_clones_obj, in dsl_dataset_remove_from_next_clones() 3279 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync() 3285 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync() 3357 VERIFY0(zap_remove_int(dp->dp_meta_objset, in dsl_dataset_promote_sync()
|
H A D | dsl_destroy.c | 924 VERIFY0(zap_remove_int(mos, in dsl_destroy_head_sync_impl()
|
H A D | zap.c | 1112 zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_remove_int() function
|
H A D | vdev.c | 2738 VERIFY0(zap_remove_int(spa->spa_meta_objset, spa->spa_all_vdev_zaps, in vdev_destroy_unlink_zap()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap.h | 323 int zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx);
|