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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_deleg.c155 objset_t *mos = dd->dd_pool->dp_meta_objset; local
161 zapobj = dd->dd_phys->dd_deleg_zapobj = zap_create(mos,
173 if (zap_lookup(mos, zapobj, whokey, 8, 1, &jumpobj) != 0) {
174 jumpobj = zap_create(mos, DMU_OT_DSL_PERMS,
176 VERIFY(zap_update(mos, zapobj,
184 VERIFY(zap_update(mos, jumpobj,
199 objset_t *mos = dd->dd_pool->dp_meta_objset; local
213 if (zap_lookup(mos, zapobj, whokey, 8,
215 (void) zap_remove(mos, zapobj, whokey, tx);
216 VERIFY(0 == zap_destroy(mos, jumpob
299 objset_t *mos; local
397 dsl_check_access(objset_t *mos, uint64_t zapobj, char type, char checkflag, void *valp, const char *perm) argument
418 dsl_check_user_access(objset_t *mos, uint64_t zapobj, const char *perm, int checkflag, cred_t *cr) argument
462 dsl_load_sets(objset_t *mos, uint64_t zapobj, char type, char checkflag, void *valp, avl_tree_t *avl) argument
501 dsl_load_user_sets(objset_t *mos, uint64_t zapobj, avl_tree_t *avl, char checkflag, cred_t *cr) argument
540 objset_t *mos; local
654 objset_t *mos = dd->dd_pool->dp_meta_objset; local
718 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
109 err = zap_lookup(mos, dd->dd_phys->dd_props_zapobj, propname,
121 err = zap_contains(mos, dd->dd_phys->dd_props_zapobj,
128 err = zap_lookup(mos, dd->dd_phys->dd_props_zapobj,
176 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
182 err = zap_lookup(mos, zapobj, propname, intsz, numints, buf);
196 err = zap_contains(mos, zapobj, inheritstr);
206 err = zap_lookup(mos, zapobj, recvdstr,
334 objset_t *mos; local
350 mos
499 objset_t *mos = dp->dp_meta_objset; local
559 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
767 objset_t *mos = dd->dd_pool->dp_meta_objset; local
883 dsl_prop_get_all_impl(objset_t *mos, uint64_t propobj, const char *setpoint, dsl_prop_getflags_t flags, nvlist_t *nv) argument
1013 objset_t *mos = dp->dp_meta_objset; local
[all...]
H A Dspa_history.c85 objset_t *mos = spa->spa_meta_objset; local
88 spa->spa_history = dmu_object_alloc(mos, DMU_OT_SPA_HISTORY,
92 VERIFY(zap_add(mos, DMU_POOL_DIRECTORY_OBJECT,
96 VERIFY(0 == dmu_bonus_hold(mos, spa->spa_history, FTAG, &dbp));
120 objset_t *mos = spa->spa_meta_objset; local
128 if ((err = dmu_read(mos, spa->spa_history, phys_bof, firstread,
132 if ((err = dmu_read(mos, spa->spa_history,
149 objset_t *mos = spa->spa_meta_objset; local
165 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx);
170 dmu_write(mos, sp
196 objset_t *mos = spa->spa_meta_objset; local
311 objset_t *mos = spa->spa_meta_objset; local
[all...]
H A Dbplist.c58 bplist_create(objset_t *mos, int blocksize, dmu_tx_t *tx) argument
62 size = spa_version(dmu_objset_spa(mos)) < SPA_VERSION_BPLIST_ACCOUNT ?
65 return (dmu_object_alloc(mos, DMU_OT_BPLIST, blocksize,
70 bplist_destroy(objset_t *mos, uint64_t object, dmu_tx_t *tx) argument
72 VERIFY(dmu_object_free(mos, object, tx) == 0);
76 bplist_open(bplist_t *bpl, objset_t *mos, uint64_t object) argument
81 err = dmu_object_info(mos, object, &doi);
95 bpl->bpl_mos = mos;
H A Ddsl_dir.c396 objset_t *mos = dp->dp_meta_objset; local
401 ddobj = dmu_object_alloc(mos, DMU_OT_DSL_DIR, 0,
404 VERIFY(0 == zap_add(mos, pds->dd_phys->dd_child_dir_zapobj,
408 VERIFY(0 == zap_add(mos, DMU_POOL_DIRECTORY_OBJECT,
411 VERIFY(0 == dmu_bonus_hold(mos, ddobj, FTAG, &dbuf));
418 dsphys->dd_props_zapobj = zap_create(mos,
420 dsphys->dd_child_dir_zapobj = zap_create(mos,
436 objset_t *mos = dp->dp_meta_objset; local
451 err = zap_count(mos, dd->dd_phys->dd_child_dir_zapobj, &count);
465 objset_t *mos local
1250 objset_t *mos = dp->dp_meta_objset; local
1289 objset_t *mos = dp->dp_meta_objset; local
[all...]
H A Ddsl_dataset.c282 objset_t *mos = dp->dp_meta_objset; local
289 err = dmu_bonus_hold(mos, ds->ds_dir->dd_phys->dd_head_dataset_obj,
303 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
313 err = zap_lookup_norm(mos, snapobj, name, 8, 1,
316 err = zap_lookup(mos, snapobj, name, 8, 1, value);
323 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
335 err = zap_remove_norm(mos, snapobj, name, mt, tx);
337 err = zap_remove(mos, snapobj, name, tx);
345 objset_t *mos = dp->dp_meta_objset; local
353 err = dmu_bonus_hold(mos, dsob
765 objset_t *mos = dp->dp_meta_objset; local
1290 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
1478 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
1510 objset_t *mos = dp->dp_meta_objset; local
1897 objset_t *mos = dp->dp_meta_objset; local
2170 objset_t *mos = dd->dd_pool->dp_meta_objset; local
3292 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
3327 objset_t *mos = dp->dp_meta_objset; local
3448 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local
3524 objset_t *mos = dp->dp_meta_objset; local
[all...]
H A Ddsl_pool.c239 /* undo the dmu_objset_open_impl(mos) from dsl_pool_open() */
316 objset_t *mos = dp->dp_meta_objset; local
394 if (list_head(&mos->os_dirty_dnodes[txg & TXG_MASK]) != NULL ||
395 list_head(&mos->os_free_dnodes[txg & TXG_MASK]) != NULL) {
397 dmu_objset_sync(mos, zio, tx);
704 objset_t *mos = dp->dp_meta_objset; local
711 for (zap_cursor_init(&zc, mos, zapobj);
732 objset_t *mos = dp->dp_meta_objset; local
737 dp->dp_tmp_userrefs_obj = zap_create(mos, DMU_OT_USERREFS,
740 VERIFY(zap_add(mos, DMU_POOL_DIRECTORY_OBJEC
748 objset_t *mos = dp->dp_meta_objset; local
[all...]
H A Dvdev.c799 objset_t *mos = spa->spa_meta_objset; local
841 error = dmu_read(mos, vd->vdev_ms_array,
848 error = dmu_bonus_hold(mos, object, FTAG, &db);
1698 objset_t *mos = spa->spa_meta_objset; local
1709 if ((error = dmu_bonus_hold(mos, smo->smo_object, FTAG, &db)) != 0)
1718 NULL, SM_ALLOC, smo, mos);
1730 objset_t *mos = spa->spa_meta_objset; local
1742 int err = dmu_object_free(mos, smo->smo_object, tx);
1753 smo->smo_object = dmu_object_alloc(mos,
1771 space_map_truncate(smo, mos, t
1934 objset_t *mos = spa->spa_meta_objset; local
[all...]
H A Ddmu_traverse.c404 objset_t *mos = dp->dp_meta_objset; local
415 err = dmu_object_next(mos, &obj, FALSE, txg_start)) {
418 err = dmu_object_info(mos, obj, &doi);
H A Dmetaslab.c917 objset_t *mos = spa_meta_objset(spa); local
945 smo->smo_object = dmu_object_alloc(mos,
949 dmu_write(mos, vd->vdev_ms_array, sizeof (uint64_t) *
989 space_map_truncate(smo, mos, tx);
993 space_map_sync(allocmap, SM_ALLOC, smo, mos, tx);
994 space_map_sync(freemap, SM_FREE, smo, mos, tx);
998 VERIFY(0 == dmu_bonus_hold(mos, smo->smo_object, FTAG, &db));
H A Dspa.c225 objset_t *mos = spa->spa_meta_objset; local
240 if (mos == NULL || spa->spa_pool_props_object == 0) {
248 for (zap_cursor_init(&zc, mos, spa->spa_pool_props_object);
300 err = zap_lookup(mos, spa->spa_pool_props_object,
5046 objset_t *mos = spa->spa_meta_objset; local
5091 * Set pool property values in the poolprops mos object.
5095 zap_create(mos, DMU_OT_POOL_PROPS,
5098 VERIFY(zap_update(mos,
5111 VERIFY(zap_update(mos,
5123 VERIFY(zap_update(mos,
5172 objset_t *mos = spa->spa_meta_objset; local
[all...]
H A Ddmu_objset.c606 objset_t *mos = dd->dd_pool->dp_meta_objset; local
610 err = zap_lookup(mos, dd->dd_phys->dd_child_dir_zapobj,
H A Ddmu_send.c464 objset_t *mos = dd->dd_pool->dp_meta_objset; local
468 err = zap_lookup(mos, dd->dd_phys->dd_child_dir_zapobj,
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h75 extern uint64_t bplist_create(objset_t *mos, int blocksize, dmu_tx_t *tx);
76 extern void bplist_destroy(objset_t *mos, uint64_t object, dmu_tx_t *tx);
77 extern int bplist_open(bplist_t *bpl, objset_t *mos, uint64_t object);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Dlog.in134 my @mos = ('January','February','March','April','May','June','July',
165 $logfh->print ("Date:\t$days[$wday] $mos[$mon] $mday, $year @ $hour:" . sprintf("%02d", $min) . "\n");
170 $mailfh->print ("Date:\t$days[$wday] $mos[$mon] $mday, $year @ $hour:" . sprintf("%02d", $min) . "\n");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvar-tracking.c198 micro_operation *mos; member in struct:variable_tracking_info_def
475 if (VTI (bb)->mos[i].type == MO_ADJUST)
476 offset += VTI (bb)->mos[i].u.adjust;
477 else if (VTI (bb)->mos[i].type != MO_CALL)
479 if (MEM_P (VTI (bb)->mos[i].u.loc))
481 VTI (bb)->mos[i].u.loc
482 = adjust_stack_reference (VTI (bb)->mos[i].u.loc, -offset);
1512 to VTI (bb)->mos. INSN is instruction which the LOC is part of. */
1520 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++;
1537 micro_operation *mo = VTI (bb)->mos
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c266 VEC(micro_operation, heap) *mos;
4945 bb->index, VEC_length (micro_operation, VTI (bb)->mos),
5013 to VTI (bb)->mos. INSN is instruction which the LOC is part of. */
5064 VEC_safe_push (micro_operation, heap, VTI (bb)->mos, &moa);
5140 VEC_safe_push (micro_operation, heap, VTI (bb)->mos, &moa);
5188 VEC_safe_push (micro_operation, heap, VTI (bb)->mos, &mo);
5291 to VTI (bb)->mos. EXPR is the RTL expression containing the store.
5372 VEC_safe_push (micro_operation, heap, VTI (bb)->mos, &mo);
5444 VEC_safe_push (micro_operation, heap, VTI (bb)->mos, &moa);
5535 VEC_safe_push (micro_operation, heap, VTI (bb)->mos,
5551 micro_operation *mos; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1052 dump_bplist(objset_t *mos, uint64_t object, char *name) argument
1065 VERIFY(0 == bplist_open(&bpl, mos, object));

Completed in 385 milliseconds