Searched refs:mos (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deleg.c161 objset_t *mos = dp->dp_meta_objset; local
170 zapobj = dd->dd_phys->dd_deleg_zapobj = zap_create(mos,
182 if (zap_lookup(mos, zapobj, whokey, 8, 1, &jumpobj) != 0) {
183 jumpobj = zap_create_link(mos, DMU_OT_DSL_PERMS,
191 VERIFY(zap_update(mos, jumpobj,
206 objset_t *mos = dp->dp_meta_objset; local
224 if (zap_lookup(mos, zapobj, whokey, 8,
226 (void) zap_remove(mos, zapobj, whokey, tx);
227 VERIFY(0 == zap_destroy(mos, jumpobj, tx));
234 if (zap_lookup(mos, zapob
311 objset_t *mos; local
408 dsl_check_access(objset_t *mos, uint64_t zapobj, char type, char checkflag, void *valp, const char *perm) argument
429 dsl_check_user_access(objset_t *mos, uint64_t zapobj, const char *perm, int checkflag, cred_t *cr) argument
473 dsl_load_sets(objset_t *mos, uint64_t zapobj, char type, char checkflag, void *valp, avl_tree_t *avl) argument
512 dsl_load_user_sets(objset_t *mos, uint64_t zapobj, avl_tree_t *avl, char checkflag, cred_t *cr) argument
550 objset_t *mos; local
674 objset_t *mos = dd->dd_pool->dp_meta_objset; local
738 dsl_deleg_destroy(objset_t *mos, uint64_t zapobj, dmu_tx_t *tx) argument
[all...]
H A Ddsl_prop.c78 objset_t *mos = dd->dd_pool->dp_meta_objset; local
107 err = zap_lookup(mos, dd->dd_phys->dd_props_zapobj, propname,
119 err = zap_contains(mos, dd->dd_phys->dd_props_zapobj,
126 err = zap_lookup(mos, dd->dd_phys->dd_props_zapobj,
174 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
180 err = zap_lookup(mos, zapobj, propname, intsz, numints, buf);
194 err = zap_contains(mos, zapobj, inheritstr);
204 err = zap_lookup(mos, zapobj, recvdstr,
312 objset_t *mos; local
328 mos
473 objset_t *mos = dp->dp_meta_objset; local
533 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
848 dsl_prop_get_all_impl(objset_t *mos, uint64_t propobj, const char *setpoint, dsl_prop_getflags_t flags, nvlist_t *nv) argument
978 objset_t *mos = dp->dp_meta_objset; local
[all...]
H A Dspa_history.c89 objset_t *mos = spa->spa_meta_objset; local
92 spa->spa_history = dmu_object_alloc(mos, DMU_OT_SPA_HISTORY,
96 VERIFY(zap_add(mos, DMU_POOL_DIRECTORY_OBJECT,
100 VERIFY(0 == dmu_bonus_hold(mos, spa->spa_history, FTAG, &dbp));
124 objset_t *mos = spa->spa_meta_objset; local
132 if ((err = dmu_read(mos, spa->spa_history, phys_bof, firstread,
136 if ((err = dmu_read(mos, spa->spa_history,
153 objset_t *mos = spa->spa_meta_objset; local
169 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx);
174 dmu_write(mos, sp
201 objset_t *mos = spa->spa_meta_objset; local
341 objset_t *mos = spa->spa_meta_objset; local
[all...]
H A Ddmu_object.c208 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, argument
215 VERIFY0(dnode_hold(mos, object, FTAG, &dn));
227 mzap_create_impl(mos, object, 0, 0, tx);
229 spa_feature_incr(dmu_objset_spa(mos),
234 dmu_object_free_zapified(objset_t *mos, uint64_t object, dmu_tx_t *tx) argument
241 VERIFY0(dnode_hold(mos, object, FTAG, &dn));
246 spa_feature_decr(dmu_objset_spa(mos),
249 VERIFY0(dmu_object_free(mos, object, tx));
H A Ddsl_destroy.c173 objset_t *mos = dp->dp_meta_objset; local
198 dsl_deadlist_open(&ds->ds_deadlist, mos, ds->ds_phys->ds_deadlist_obj);
199 dsl_deadlist_open(&ds_next->ds_deadlist, mos,
206 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
218 for (zap_cursor_init(&zc, mos, ds->ds_dir->dd_phys->dd_clones);
241 objset_t *mos = dp->dp_meta_objset; local
279 VERIFY0(zap_add_int(mos,
340 dsl_deadlist_free(mos, ds->ds_phys->ds_deadlist_obj, tx);
444 ASSERT0(zap_count(mos,
446 VERIFY0(dmu_object_free(mos,
590 objset_t *mos; local
652 objset_t *mos = dp->dp_meta_objset; local
697 objset_t *mos = dp->dp_meta_objset; local
[all...]
H A Ddsl_bookmark.c60 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
73 err = zap_lookup_norm(mos, bmark_zapobj, shortname, sizeof (uint64_t),
184 objset_t *mos = dp->dp_meta_objset; local
200 zap_create_norm(mos, U8_TEXTPREP_TOUPPER,
205 VERIFY0(zap_add(mos, bmark_fs->ds_object,
216 VERIFY0(zap_add(mos, bmark_fs->ds_bookmarks,
339 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
348 return (zap_remove_norm(mos, bmark_zapobj, name, mt, tx));
401 objset_t *mos = dp->dp_meta_objset; local
417 VERIFY0(zap_count(mos, d
[all...]
H A Ddsl_userhold.c55 objset_t *mos = dp->dp_meta_objset; local
70 error = zap_lookup(mos, ds->ds_phys->ds_userrefs_obj,
138 objset_t *mos = dp->dp_meta_objset; local
150 zap_create(mos, DMU_OT_USERREFS, DMU_OT_NONE, 0, tx);
156 VERIFY0(zap_add(mos, zapobj, htag, 8, 1, &now, tx));
352 objset_t *mos; local
362 mos = ds->ds_dir->dd_pool->dp_meta_objset;
373 error = zap_lookup(mos, zapobj, holdname, 8, 1, &tmp);
476 objset_t *mos = dp->dp_meta_objset; local
487 VERIFY0(zap_remove(mos, d
[all...]
H A Ddsl_pool.c392 /* undo the dmu_objset_open_impl(mos) from dsl_pool_open() */
541 objset_t *mos = dp->dp_meta_objset; local
618 * (dp_mos_dir). We can't modify the mos while we're syncing
632 if (list_head(&mos->os_dirty_dnodes[txg & TXG_MASK]) != NULL ||
633 list_head(&mos->os_free_dnodes[txg & TXG_MASK]) != NULL) {
841 objset_t *mos = dp->dp_meta_objset; local
851 origin->ds_dir->dd_phys->dd_clones = zap_create(mos,
923 objset_t *mos = dp->dp_meta_objset; local
933 for (zap_cursor_init(&zc, mos, zapobj);
962 objset_t *mos local
975 objset_t *mos = dp->dp_meta_objset; local
[all...]
H A Ddsl_dataset.c286 objset_t *mos = dp->dp_meta_objset; local
293 err = dmu_bonus_hold(mos, ds->ds_dir->dd_phys->dd_head_dataset_obj,
307 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
317 err = zap_lookup_norm(mos, snapobj, name, 8, 1,
320 err = zap_lookup(mos, snapobj, name, 8, 1, value);
328 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
340 err = zap_remove_norm(mos, snapobj, name, mt, tx);
342 err = zap_remove(mos, snapobj, name, tx);
355 objset_t *mos = dp->dp_meta_objset; local
363 err = dmu_bonus_hold(mos, dsob
658 objset_t *mos = dp->dp_meta_objset; local
885 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
1209 objset_t *mos = dp->dp_meta_objset; local
1549 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
3276 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
[all...]
H A Ddsl_dir.c868 objset_t *mos = dp->dp_meta_objset; local
873 ddobj = dmu_object_alloc(mos, DMU_OT_DSL_DIR, 0,
876 VERIFY(0 == zap_add(mos, pds->dd_phys->dd_child_dir_zapobj,
880 VERIFY(0 == zap_add(mos, DMU_POOL_DIRECTORY_OBJECT,
883 VERIFY(0 == dmu_bonus_hold(mos, ddobj, FTAG, &dbuf));
894 ddphys->dd_props_zapobj = zap_create(mos,
896 ddphys->dd_child_dir_zapobj = zap_create(mos,
1801 objset_t *mos = dp->dp_meta_objset; local
1866 error = zap_remove(mos, dd->dd_parent->dd_phys->dd_child_dir_zapobj,
1877 VERIFY0(zap_add(mos, newparen
1960 objset_t *mos = dd->dd_pool->dp_meta_objset; local
[all...]
H A Ddmu_traverse.c601 objset_t *mos = dp->dp_meta_objset; local
612 err = dmu_object_next(mos, &obj, FALSE, txg_start)) {
615 err = dmu_object_info(mos, obj, &doi);
H A Dmetaslab.c1325 objset_t *mos = vd->vdev_spa->spa_meta_objset; local
1340 VERIFY0(space_map_open(&msp->ms_sm, mos, object, msp->ms_start,
1883 objset_t *mos = spa_meta_objset(spa); local
1930 new_object = space_map_alloc(mos, tx);
1933 VERIFY0(space_map_open(&msp->ms_sm, mos, new_object,
1995 dmu_write(mos, vd->vdev_ms_array, sizeof (uint64_t) *
H A Dvdev.c901 objset_t *mos = spa->spa_meta_objset; local
943 error = dmu_read(mos, vd->vdev_ms_array,
1407 * will be performed when the pool is opened again using the mos config.
1999 objset_t *mos = spa->spa_meta_objset; local
2005 error = space_map_open(&vd->vdev_dtl_sm, mos,
2040 objset_t *mos = spa->spa_meta_objset; local
2064 new_object = space_map_alloc(mos, tx);
2067 VERIFY0(space_map_open(&vd->vdev_dtl_sm, mos, new_object,
2256 objset_t *mos = spa->spa_meta_objset; local
2298 (void) dmu_object_free(mos, v
[all...]
H A Dspa.c304 objset_t *mos = spa->spa_meta_objset; local
319 if (mos == NULL || spa->spa_pool_props_object == 0) {
327 for (zap_cursor_init(&zc, mos, spa->spa_pool_props_object);
379 err = zap_lookup(mos, spa->spa_pool_props_object,
6297 objset_t *mos = spa->spa_meta_objset; local
6367 * Set pool property values in the poolprops mos object.
6371 zap_create_link(mos, DMU_OT_POOL_PROPS,
6383 VERIFY0(zap_update(mos,
6396 VERIFY0(zap_update(mos,
6502 objset_t *mos local
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbpobj.h70 uint64_t bpobj_alloc(objset_t *mos, int blocksize, dmu_tx_t *tx);
75 int bpobj_open(bpobj_t *bpo, objset_t *mos, uint64_t object);
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c131 const char *desc, boolean_t readonly, boolean_t mos,
139 ASSERT(!readonly || !mos);
151 feature->fi_mos = mos;
130 zfeature_register(spa_feature_t fid, const char *guid, const char *name, const char *desc, boolean_t readonly, boolean_t mos, boolean_t activate_on_enable, const spa_feature_t *deps) argument
/freebsd-10.1-release/contrib/gcc/
H A Dvar-tracking.c204 micro_operation *mos; member in struct:variable_tracking_info_def
486 if (VTI (bb)->mos[i].type == MO_ADJUST)
487 offset += VTI (bb)->mos[i].u.adjust;
488 else if (VTI (bb)->mos[i].type != MO_CALL)
490 if (MEM_P (VTI (bb)->mos[i].u.loc))
492 VTI (bb)->mos[i].u.loc
493 = adjust_stack_reference (VTI (bb)->mos[i].u.loc, -offset);
1635 to VTI (bb)->mos. INSN is instruction which the LOC is part of. */
1643 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++;
1660 micro_operation *mo = VTI (bb)->mos
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c307 objset_t *mos; local
356 mos = spa->spa_meta_objset;
360 if (0 == zap_contains(mos, spa->spa_feat_desc_obj, feature.fi_guid))
405 objset_t *mos; local
449 mos = spa->spa_meta_objset;
456 if (0 == zap_contains(mos, spa->spa_feat_for_read_obj,
459 } else if (0 == zap_contains(mos, spa->spa_feat_for_write_obj,
/freebsd-10.1-release/sys/modules/usb/
H A DMakefile41 SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_mos.c135 static SYSCTL_NODE(_hw_usb, OID_AUTO, mos, CTLFLAG_RW, 0, "USB mos");
141 DPRINTF("mos: %s: " fmt "\n",__FUNCTION__,## __VA_ARGS__)
233 .name = "mos",
240 DRIVER_MODULE(mos, uhub, mos_driver, mos_devclass, NULL, 0);
241 DRIVER_MODULE(miibus, mos, miibus_driver, miibus_devclass, 0, 0);
242 MODULE_DEPEND(mos, uether, 1, 1, 1);
243 MODULE_DEPEND(mos, usb, 1, 1, 1);
244 MODULE_DEPEND(mos, ether, 1, 1, 1);
245 MODULE_DEPEND(mos, miibu
[all...]
/freebsd-10.1-release/share/man/man4/
H A DMakefile265 mos.4 \
678 MLINKS+=mos.4 if_mos.4

Completed in 185 milliseconds