Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddnode.c235 ASSERT(dn->dn_objset); in dnode_verify()
409 ASSERT(!POINTER_IS_VALID(dn->dn_objset)); in dnode_create()
467 dn->dn_objset = os; in dnode_create()
482 objset_t *os = dn->dn_objset; in dnode_destroy()
488 POINTER_INVALIDATE(&dn->dn_objset); in dnode_destroy()
541 spa_maxblocksize(dmu_objset_spa(dn->dn_objset))); in dnode_allocate()
552 dprintf("os=%p obj=%llu txg=%llu blocksize=%d ibs=%d\n", dn->dn_objset, in dnode_allocate()
625 spa_maxblocksize(dmu_objset_spa(dn->dn_objset))); in dnode_reallocate()
713 ndn->dn_objset = odn->dn_objset; in dnode_move_impl()
803 POINTER_INVALIDATE(&odn->dn_objset); in dnode_move_impl()
[all …]
H A Ddmu_tx.c174 objset_t *os = dn->dn_objset; in dmu_tx_count_twig()
251 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_write()
398 dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset, in dmu_tx_count_dnode()
433 dsl_dataset_t *ds = dn->dn_objset->os_dsl_dataset; in dmu_tx_count_free()
762 if (dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset, in dmu_tx_hold_zap()
777 err = zap_lookup(dn->dn_objset, dn->dn_object, name, in dmu_tx_hold_zap()
785 err = zap_count_write(dn->dn_objset, dn->dn_object, name, add, in dmu_tx_hold_zap()
793 ds_phys = dsl_dataset_phys(dn->dn_objset->os_dsl_dataset); in dmu_tx_hold_zap()
863 ASSERT(tx->tx_objset == NULL || dn->dn_objset == tx->tx_objset); in dmu_tx_dirty_buf()
1563 if (dsl_dataset_block_freeable(dn->dn_objset->os_dsl_dataset, in dmu_tx_hold_spill()
H A Ddbuf.c427 ASSERT3P(db->db_objset, ==, dn->dn_objset); in dbuf_verify()
747 spa_t *spa = dn->dn_objset->os_spa; in dbuf_read()
951 } else if (dmu_objset_is_receiving(dn->dn_objset)) { in dbuf_free_range()
1102 buf = arc_buf_alloc(dn->dn_objset->os_spa, size, db, type); in dbuf_new_size()
1161 BP_IS_HOLE(dn->dn_objset->os_rootbp) || in dbuf_dirty()
1163 dn->dn_objset->os_dsl_dataset == NULL); in dbuf_dirty()
1189 !BP_IS_HOLE(dn->dn_objset->os_rootbp)) { in dbuf_dirty()
1246 os = dn->dn_objset; in dbuf_dirty()
1464 dsl_pool_undirty_space(dmu_objset_pool(dn->dn_objset), in dbuf_undirty()
1839 objset_t *os = dn->dn_objset; in dbuf_create()
[all …]
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 Ddmu.c347 if (spa_version(dn->dn_objset->os_spa) < SPA_VERSION_SA) { in dmu_spill_hold_existing()
412 (longlong_t)dn->dn_objset-> in dmu_buf_hold_array_by_dnode()
423 zio = zio_root(dn->dn_objset->os_spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dmu_buf_hold_array_by_dnode()
1355 os = dn->dn_objset; in dmu_assign_arcbuf()
H A Ddmu_objset.c1352 objset_t *os = dn->dn_objset; in dmu_objset_userquota_get_ids()
1361 if (!dmu_objset_userused_enabled(dn->dn_objset)) in dmu_objset_userquota_get_ids()
/titanic_41/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_41/usr/src/cmd/zdb/
H A Dzdb.c1280 SET_BOOKMARK(&czb, dmu_objset_id(dn->dn_objset), in dump_indirect()
1284 (void) visit_indirect(dmu_objset_spa(dn->dn_objset), dnp, in dump_indirect()