Lines Matching defs:os
9 * or http://www.opensolaris.org/os/licensing.
784 objset_t *os;
785 VERIFY0(dmu_objset_from_ds(ds, &os));
796 zil_destroy_sync(dmu_objset_zil(os), tx);
933 objset_t *os;
946 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os);
949 dsl_dataset_phys(dmu_objset_ds(os))->
952 error = dmu_object_next(os, &obj, FALSE,
954 (void) dmu_free_long_object(os, obj);
956 txg_wait_synced(dmu_objset_pool(os), 0);
957 dmu_objset_disown(os, FTAG);
975 objset_t *os;
977 if (dmu_objset_hold(dsname, FTAG, &os) == 0) {
978 boolean_t need_destroy = DS_IS_INCONSISTENT(dmu_objset_ds(os));
984 if (dsl_dataset_has_resume_receive_state(dmu_objset_ds(os)))
987 dmu_objset_rele(os, FTAG);