Lines Matching refs:mos
416 objset_t *mos = spa->spa_dsl_pool->dp_meta_objset; in vdev_remove_initiate_sync() local
443 vic->vic_mapping_object = vdev_indirect_mapping_alloc(mos, tx); in vdev_remove_initiate_sync()
445 vdev_indirect_mapping_open(mos, vic->vic_mapping_object); in vdev_remove_initiate_sync()
446 vic->vic_births_object = vdev_indirect_births_alloc(mos, tx); in vdev_remove_initiate_sync()
448 vdev_indirect_births_open(mos, vic->vic_births_object); in vdev_remove_initiate_sync()
498 VERIFY0(dmu_object_info(mos, DMU_POOL_DIRECTORY_OBJECT, &doi)); in vdev_remove_initiate_sync()
501 VERIFY0(dmu_buf_hold(mos, DMU_POOL_DIRECTORY_OBJECT, in vdev_remove_initiate_sync()
1830 objset_t *mos = spa->spa_meta_objset; in vdev_prop_allocating_off() local
1833 (void) zap_lookup(mos, objid, "allocating", sizeof (uint64_t), in vdev_prop_allocating_off()
1864 objset_t *mos = spa->spa_meta_objset; in spa_vdev_remove_cancel_sync() local
1953 vdev_indirect_mapping_free(mos, vic->vic_mapping_object, tx); in spa_vdev_remove_cancel_sync()
1960 vdev_indirect_births_free(mos, vic->vic_births_object, tx); in spa_vdev_remove_cancel_sync()