| /netvirt/usr/src/uts/common/fs/zfs/ |
| dsl_deleg.c | 159 objset_t *mos = dd->dd_pool->dp_meta_objset; local 165 zapobj = dd->dd_phys->dd_deleg_zapobj = zap_create(mos, 177 if (zap_lookup(mos, zapobj, whokey, 8, 1, &jumpobj) != 0) { 178 jumpobj = zap_create(mos, DMU_OT_DSL_PERMS, 180 VERIFY(zap_update(mos, zapobj, 188 VERIFY(zap_update(mos, jumpobj, 203 objset_t *mos = dd->dd_pool->dp_meta_objset; local 217 if (zap_lookup(mos, zapobj, whokey, 8, 219 (void) zap_remove(mos, zapobj, whokey, tx); 220 VERIFY(0 == zap_destroy(mos, jumpobj, tx)) 303 objset_t *mos; local 544 objset_t *mos; local 657 objset_t *mos = dd->dd_pool->dp_meta_objset; local [all...] |
| spa_history.c | 87 objset_t *mos = spa->spa_meta_objset; local 90 spa->spa_history = dmu_object_alloc(mos, DMU_OT_SPA_HISTORY, 94 VERIFY(zap_add(mos, DMU_POOL_DIRECTORY_OBJECT, 98 VERIFY(0 == dmu_bonus_hold(mos, spa->spa_history, FTAG, &dbp)); 121 objset_t *mos = spa->spa_meta_objset; local 129 if ((err = dmu_read(mos, spa->spa_history, phys_bof, firstread, 133 if ((err = dmu_read(mos, spa->spa_history, 150 objset_t *mos = spa->spa_meta_objset; local 166 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx); 171 dmu_write(mos, spa->spa_history, shpp->sh_pool_create_len 197 objset_t *mos = spa->spa_meta_objset; local 312 objset_t *mos = spa->spa_meta_objset; local [all...] |
| bplist.c | 46 bplist_create(objset_t *mos, int blocksize, dmu_tx_t *tx) 50 size = spa_version(dmu_objset_spa(mos)) < SPA_VERSION_BPLIST_ACCOUNT ? 53 return (dmu_object_alloc(mos, DMU_OT_BPLIST, blocksize, 58 bplist_destroy(objset_t *mos, uint64_t object, dmu_tx_t *tx) 60 VERIFY(dmu_object_free(mos, object, tx) == 0); 64 bplist_open(bplist_t *bpl, objset_t *mos, uint64_t object) 69 err = dmu_object_info(mos, object, &doi); 83 bpl->bpl_mos = mos;
|
| dsl_prop.c | 88 objset_t *mos = dd->dd_pool->dp_meta_objset; local 90 err = zap_lookup(mos, dd->dd_phys->dd_props_zapobj, 281 objset_t *mos = dp->dp_meta_objset; local 296 err = zap_lookup(mos, dd->dd_phys->dd_props_zapobj, propname, 314 for (zap_cursor_init(&zc, mos, 339 objset_t *mos = dd->dd_pool->dp_meta_objset; local 349 int err = zap_remove(mos, zapobj, psa->name, tx); 356 VERIFY(0 == zap_update(mos, zapobj, psa->name, 383 objset_t *mos = dd->dd_pool->dp_meta_objset; local 388 VERIFY(0 == zap_update(mos, zapobj, name, sizeof (val), 1, &val, tx)) 447 objset_t *mos; local [all...] |
| dsl_dir.c | 411 objset_t *mos = pds->dd_pool->dp_meta_objset; local 416 ddobj = dmu_object_alloc(mos, DMU_OT_DSL_DIR, 0, 418 VERIFY(0 == zap_add(mos, pds->dd_phys->dd_child_dir_zapobj, 420 VERIFY(0 == dmu_bonus_hold(mos, ddobj, FTAG, &dbuf)); 426 dsphys->dd_props_zapobj = zap_create(mos, 428 dsphys->dd_child_dir_zapobj = zap_create(mos, 441 objset_t *mos = dp->dp_meta_objset; local 456 err = zap_count(mos, dd->dd_phys->dd_child_dir_zapobj, &count); 469 objset_t *mos = dd->dd_pool->dp_meta_objset; local 481 VERIFY(0 == zap_destroy(mos, dd->dd_phys->dd_child_dir_zapobj, tx)) 1117 objset_t *mos = dp->dp_meta_objset; local 1156 objset_t *mos = dp->dp_meta_objset; local [all...] |
| dsl_dataset.c | 275 objset_t *mos = dp->dp_meta_objset; local 282 err = dmu_bonus_hold(mos, ds->ds_dir->dd_phys->dd_head_dataset_obj, 298 objset_t *mos = dp->dp_meta_objset; local 306 err = dmu_bonus_hold(mos, dsobj, tag, &dbuf); 324 mos, ds->ds_phys->ds_deadlist_obj); 354 err = dmu_bonus_hold(mos, 471 objset_t *mos = dp->dp_meta_objset; local 493 err = zap_lookup(mos, obj, tail, 8, 1, &obj); 520 (void) strcpy(name, "mos"); 547 result = 3; /* "mos" */ 617 objset_t *mos = dp->dp_meta_objset; local 664 objset_t *mos = dp->dp_meta_objset; local 1106 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local 1201 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local 1282 objset_t *mos = dp->dp_meta_objset; local 1581 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; local 1626 objset_t *mos = dp->dp_meta_objset; local 1834 objset_t *mos = dd->dd_pool->dp_meta_objset; local 1868 objset_t *mos = dd->dd_pool->dp_meta_objset; local [all...] |
| metaslab.c | 463 objset_t *mos = spa->spa_meta_objset; local 489 smo->smo_object = dmu_object_alloc(mos, 493 dmu_write(mos, vd->vdev_ms_array, sizeof (uint64_t) * 527 space_map_truncate(smo, mos, tx); 531 space_map_sync(allocmap, SM_ALLOC, smo, mos, tx); 532 space_map_sync(freemap, SM_FREE, smo, mos, tx); 536 VERIFY(0 == dmu_bonus_hold(mos, smo->smo_object, FTAG, &db));
|
| vdev.c | 730 objset_t *mos = spa->spa_meta_objset; local 767 error = dmu_read(mos, vd->vdev_ms_array, 773 error = dmu_bonus_hold(mos, object, FTAG, &db); 1259 objset_t *mos = spa->spa_meta_objset; local 1268 if ((error = dmu_bonus_hold(mos, smo->smo_object, FTAG, &db)) != 0) 1276 error = space_map_load(&vd->vdev_dtl_map, NULL, SM_ALLOC, smo, mos); 1288 objset_t *mos = spa->spa_meta_objset; local 1301 int err = dmu_object_free(mos, smo->smo_object, tx); 1314 smo->smo_object = dmu_object_alloc(mos, 1332 space_map_truncate(smo, mos, tx) [all...] |
| spa.c | 199 objset_t *mos = spa->spa_meta_objset; local 219 * Get properties from the MOS pool property object. 221 for (zap_cursor_init(&zc, mos, spa->spa_pool_props_object); 275 err = zap_lookup(mos, spa->spa_pool_props_object, 3868 objset_t *mos = spa->spa_meta_objset; local 3953 objset_t *mos = spa->spa_meta_objset; local 4025 objset_t *mos = spa->spa_meta_objset; local [all...] |
| dmu_objset.c | 446 * This precaution is not necessary for the MOS (ds == NULL), 447 * because the MOS is only updated in syncing context. 448 * This is most fortunate: the MOS is the only objset that 492 objset_t *mos = dd->dd_pool->dp_meta_objset; local 496 err = zap_lookup(mos, dd->dd_phys->dd_child_dir_zapobj, 853 * This is the MOS. If we have upgraded, 1039 /* NB: the $MOS dir doesn't have a head dataset */
|
| dmu_send.c | 359 objset_t *mos = dd->dd_pool->dp_meta_objset; local 363 err = zap_lookup(mos, dd->dd_phys->dd_child_dir_zapobj,
|
| /netvirt/usr/src/uts/common/fs/zfs/sys/ |
| bplist.h | 72 extern uint64_t bplist_create(objset_t *mos, int blocksize, dmu_tx_t *tx); 73 extern void bplist_destroy(objset_t *mos, uint64_t object, dmu_tx_t *tx); 74 extern int bplist_open(bplist_t *bpl, objset_t *mos, uint64_t object);
|
| dsl_dir.h | 104 void dsl_dir_create_root(objset_t *mos, uint64_t *ddobjp, dmu_tx_t *tx); 126 #define MOS_DIR_NAME "$MOS"
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/ |
| List.pm | 1123 =item {mos} : Mossi
|
| /netvirt/usr/src/cmd/zdb/ |
| zdb.c | 798 dump_bplist(objset_t *mos, uint64_t object, char *name) 811 VERIFY(0 == bplist_open(&bpl, mos, object)); [all...] |