Searched refs:dn_objset (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h159 /* Our link on dn_objset->os_dnodes list; protected by os_lock. */
163 struct objset *dn_objset; member in struct:dnode
312 ((_dn)->dn_objset->os_primary_cache == ZFS_CACHE_ALL || \
314 (_dn)->dn_objset->os_primary_cache == ZFS_CACHE_METADATA))
317 ((_dn)->dn_objset->os_primary_cache == ZFS_CACHE_ALL || \
318 (_dn)->dn_objset->os_primary_cache == ZFS_CACHE_METADATA)
336 dprintf_ds((dn)->dn_objset->os_dsl_dataset, "obj=%s " fmt, \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c234 ASSERT(dn->dn_objset);
408 ASSERT(!POINTER_IS_VALID(dn->dn_objset));
412 * Defer setting dn_objset until the dnode is ready to be a candidate
463 * Everything else must be valid before assigning dn_objset
466 dn->dn_objset = os;
481 objset_t *os = dn->dn_objset;
487 POINTER_INVALIDATE(&dn->dn_objset);
539 spa_maxblocksize(dmu_objset_spa(dn->dn_objset)));
550 dprintf("os=%p obj=%llu txg=%llu blocksize=%d ibs=%d\n", dn->dn_objset,
623 spa_maxblocksize(dmu_objset_spa(dn->dn_objset)));
[all...]
H A Ddbuf.c690 ASSERT3P(db->db_objset, ==, dn->dn_objset);
1135 spa_t *spa = dn->dn_objset->os_spa;
1413 buf = arc_alloc_buf(dn->dn_objset->os_spa, db, type, size);
1498 if (dn->dn_objset->os_dsl_dataset != NULL) {
1499 rrw_enter(&dn->dn_objset->os_dsl_dataset->ds_bp_rwlock,
1503 BP_IS_HOLE(dn->dn_objset->os_rootbp) ||
1505 dn->dn_objset->os_dsl_dataset == NULL);
1506 if (dn->dn_objset->os_dsl_dataset != NULL)
1507 rrw_exit(&dn->dn_objset->os_dsl_dataset->ds_bp_rwlock, FTAG);
1534 if (dn->dn_objset
[all...]
H A Ddnode_sync.c60 dprintf("os=%p obj=%llu, increase to %d\n", dn->dn_objset,
75 dbuf_find(dn->dn_objset, dn->dn_object, old_toplvl, i);
116 dsl_dataset_t *ds = dn->dn_objset->os_dsl_dataset;
142 if (spa_feature_is_active(dn->dn_objset->os_spa,
563 if (dmu_objset_userused_enabled(dn->dn_objset) &&
682 dn->dn_objset->os_freed_dnodes++;
H A Ddmu_tx.c181 objset_t *os = dn->dn_objset;
264 zio_t *zio = zio_root(dn->dn_objset->os_spa,
418 dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset,
456 dsl_dataset_t *ds = dn->dn_objset->os_dsl_dataset;
790 if (dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset,
833 dsl_dataset_phys(dn->dn_objset->os_dsl_dataset);
909 ASSERT(tx->tx_objset == NULL || dn->dn_objset == tx->tx_objset);
1619 if (dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset,
H A Ddmu.c390 if (spa_version(dn->dn_objset->os_spa) < SPA_VERSION_SA) {
459 (longlong_t)dn->dn_objset->
470 zio = zio_root(dn->dn_objset->os_spa, NULL, NULL, ZIO_FLAG_CANFAIL);
730 if (dmu_objset_zfs_unmounting(dn->dn_objset))
1426 os = dn->dn_objset;
H A Ddmu_objset.c1412 objset_t *os = dn->dn_objset;
1421 if (!dmu_objset_userused_enabled(dn->dn_objset))
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1301 SET_BOOKMARK(&czb, dmu_objset_id(dn->dn_objset),
1305 (void) visit_indirect(dmu_objset_spa(dn->dn_objset), dnp,

Completed in 308 milliseconds