Lines Matching refs:mos

151 	objset_t *mos = dp->dp_meta_objset;  in process_old_deadlist()  local
177 dsl_deadlist_open(&ds->ds_deadlist, mos, in process_old_deadlist()
179 dsl_deadlist_open(&ds_next->ds_deadlist, mos, in process_old_deadlist()
186 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; in dsl_dataset_remove_clones_key() local
198 for (zap_cursor_init(&zc, mos, dsl_dir_phys(ds->ds_dir)->dd_clones); in dsl_dataset_remove_clones_key()
258 objset_t *mos = dp->dp_meta_objset; in dsl_destroy_snapshot_sync_impl() local
305 VERIFY0(zap_add_int(mos, in dsl_destroy_snapshot_sync_impl()
369 dsl_deadlist_free(mos, dsl_dataset_phys(ds)->ds_deadlist_obj, tx); in dsl_destroy_snapshot_sync_impl()
480 ASSERT0(zap_count(mos, in dsl_destroy_snapshot_sync_impl()
483 VERIFY0(dmu_object_free(mos, in dsl_destroy_snapshot_sync_impl()
487 VERIFY0(zap_destroy(mos, dsl_dataset_phys(ds)->ds_props_obj, in dsl_destroy_snapshot_sync_impl()
490 VERIFY0(zap_destroy(mos, dsl_dataset_phys(ds)->ds_userrefs_obj, in dsl_destroy_snapshot_sync_impl()
494 dmu_object_free_zapified(mos, obj, tx); in dsl_destroy_snapshot_sync_impl()
694 objset_t *mos; in dsl_destroy_head_check_impl() local
703 mos = ds->ds_dir->dd_pool->dp_meta_objset; in dsl_destroy_head_check_impl()
717 error = zap_count(mos, in dsl_destroy_head_check_impl()
756 objset_t *mos = dp->dp_meta_objset; in dsl_dir_destroy_sync() local
792 VERIFY0(zap_destroy(mos, dsl_dir_phys(dd)->dd_child_dir_zapobj, tx)); in dsl_dir_destroy_sync()
793 VERIFY0(zap_destroy(mos, dsl_dir_phys(dd)->dd_props_zapobj, tx)); in dsl_dir_destroy_sync()
795 VERIFY0(zap_destroy(mos, dsl_dir_phys(dd)->dd_clones, tx)); in dsl_dir_destroy_sync()
796 VERIFY0(dsl_deleg_destroy(mos, dsl_dir_phys(dd)->dd_deleg_zapobj, tx)); in dsl_dir_destroy_sync()
797 VERIFY0(zap_remove(mos, in dsl_dir_destroy_sync()
802 dmu_object_free_zapified(mos, ddobj, tx); in dsl_dir_destroy_sync()
809 objset_t *mos = dp->dp_meta_objset; in dsl_destroy_head_sync_impl() local
872 dsl_deadlist_free(mos, dsl_dataset_phys(ds)->ds_deadlist_obj, tx); in dsl_destroy_head_sync_impl()
898 dp->dp_bptree_obj = bptree_alloc(mos, tx); in dsl_destroy_head_sync_impl()
899 VERIFY0(zap_add(mos, in dsl_destroy_head_sync_impl()
915 bptree_add(mos, dp->dp_bptree_obj, in dsl_destroy_head_sync_impl()
928 VERIFY0(zap_remove_int(mos, in dsl_destroy_head_sync_impl()
951 VERIFY0(zap_destroy(mos, in dsl_destroy_head_sync_impl()
955 VERIFY0(zap_destroy(mos, ds->ds_bookmarks, tx)); in dsl_destroy_head_sync_impl()
966 dmu_object_free_zapified(mos, obj, tx); in dsl_destroy_head_sync_impl()