Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddnode.c236 ASSERT(dn->dn_objset); in dnode_verify()
410 ASSERT(!POINTER_IS_VALID(dn->dn_objset)); in dnode_create()
468 dn->dn_objset = os; in dnode_create()
483 objset_t *os = dn->dn_objset; in dnode_destroy()
489 POINTER_INVALIDATE(&dn->dn_objset); in dnode_destroy()
542 spa_maxblocksize(dmu_objset_spa(dn->dn_objset))); in dnode_allocate()
553 dprintf("os=%p obj=%llu txg=%llu blocksize=%d ibs=%d\n", dn->dn_objset, in dnode_allocate()
626 spa_maxblocksize(dmu_objset_spa(dn->dn_objset))); in dnode_reallocate()
714 ndn->dn_objset = odn->dn_objset; in dnode_move_impl()
802 POINTER_INVALIDATE(&odn->dn_objset); in dnode_move_impl()
[all …]
H A Ddmu_tx.c175 objset_t *os = dn->dn_objset; in dmu_tx_count_twig()
252 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_write()
399 dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset, in dmu_tx_count_dnode()
434 dsl_dataset_t *ds = dn->dn_objset->os_dsl_dataset; in dmu_tx_count_free()
763 if (dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset, in dmu_tx_hold_zap()
778 err = zap_lookup(dn->dn_objset, dn->dn_object, name, in dmu_tx_hold_zap()
786 err = zap_count_write(dn->dn_objset, dn->dn_object, name, add, in dmu_tx_hold_zap()
794 ds_phys = dsl_dataset_phys(dn->dn_objset->os_dsl_dataset); in dmu_tx_hold_zap()
864 ASSERT(tx->tx_objset == NULL || dn->dn_objset == tx->tx_objset); in dmu_tx_dirty_buf()
1564 if (dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset, in dmu_tx_hold_spill()
H A Ddnode_sync.c60 dprintf("os=%p obj=%llu, increase to %d\n", dn->dn_objset, in dnode_increase_indirection()
81 dbuf_find(dn->dn_objset, dn->dn_object, old_toplvl, i); in dnode_increase_indirection()
122 dsl_dataset_t *ds = dn->dn_objset->os_dsl_dataset; in free_blocks()
148 if (spa_feature_is_active(dn->dn_objset->os_spa, in free_blocks()
562 if (dmu_objset_userused_enabled(dn->dn_objset) && in dnode_sync()
H A Ddbuf.c428 ASSERT3P(db->db_objset, ==, dn->dn_objset); in dbuf_verify()
744 spa_t *spa = dn->dn_objset->os_spa; in dbuf_read()
946 } else if (dmu_objset_is_receiving(dn->dn_objset)) { in dbuf_free_range()
1097 buf = arc_buf_alloc(dn->dn_objset->os_spa, size, db, type); in dbuf_new_size()
1182 BP_IS_HOLE(dn->dn_objset->os_rootbp) || in dbuf_dirty()
1184 dn->dn_objset->os_dsl_dataset == NULL); in dbuf_dirty()
1210 !BP_IS_HOLE(dn->dn_objset->os_rootbp)) { in dbuf_dirty()
1258 os = dn->dn_objset; in dbuf_dirty()
1476 dsl_pool_undirty_space(dmu_objset_pool(dn->dn_objset), in dbuf_undirty()
1875 objset_t *os = dn->dn_objset; in dbuf_create()
[all …]
H A Ddmu.c347 if (spa_version(dn->dn_objset->os_spa) < SPA_VERSION_SA) { in dmu_spill_hold_existing()
416 (longlong_t)dn->dn_objset-> in dmu_buf_hold_array_by_dnode()
427 zio = zio_root(dn->dn_objset->os_spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dmu_buf_hold_array_by_dnode()
1362 os = dn->dn_objset; in dmu_assign_arcbuf()
H A Ddmu_objset.c1321 objset_t *os = dn->dn_objset; in dmu_objset_userquota_get_ids()
1330 if (!dmu_objset_userused_enabled(dn->dn_objset)) in dmu_objset_userquota_get_ids()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h158 struct objset *dn_objset; member
324 dprintf_ds((dn)->dn_objset->os_dsl_dataset, "obj=%s " fmt, \
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c1293 SET_BOOKMARK(&czb, dmu_objset_id(dn->dn_objset), in dump_indirect()
1297 (void) visit_indirect(dmu_objset_spa(dn->dn_objset), dnp, in dump_indirect()