Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdnode.h170 struct objset *dn_objset; member
319 ((_dn)->dn_objset->os_primary_cache == ZFS_CACHE_ALL || \
321 (_dn)->dn_objset->os_primary_cache == ZFS_CACHE_METADATA))
324 ((_dn)->dn_objset->os_primary_cache == ZFS_CACHE_ALL || \
325 (_dn)->dn_objset->os_primary_cache == ZFS_CACHE_METADATA)
343 dprintf_ds((dn)->dn_objset->os_dsl_dataset, "obj=%s " fmt, \
HDdbuf.h361 ((_dn)->dn_objset->os_secondary_cache == ZFS_CACHE_ALL || \
364 ((_dn)->dn_objset->os_secondary_cache == ZFS_CACHE_METADATA)))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdnode.c157 POINTER_INVALIDATE(&dn->dn_objset); in dnode_cons()
236 ASSERT(dn->dn_objset); in dnode_verify()
411 ASSERT(!POINTER_IS_VALID(dn->dn_objset)); in dnode_create()
470 dn->dn_objset = os; in dnode_create()
485 objset_t *os = dn->dn_objset; in dnode_destroy()
491 POINTER_INVALIDATE(&dn->dn_objset); in dnode_destroy()
543 spa_maxblocksize(dmu_objset_spa(dn->dn_objset))); in dnode_allocate()
554 dprintf("os=%p obj=%llu txg=%llu blocksize=%d ibs=%d\n", dn->dn_objset, in dnode_allocate()
627 spa_maxblocksize(dmu_objset_spa(dn->dn_objset))); in dnode_reallocate()
716 ndn->dn_objset = odn->dn_objset; in dnode_move_impl()
[all …]
HDdbuf.c750 ASSERT3P(db->db_objset, ==, dn->dn_objset); in dbuf_verify()
1203 spa_t *spa = dn->dn_objset->os_spa; in dbuf_read()
1454 buf = arc_alloc_buf(dn->dn_objset->os_spa, db, type, size); in dbuf_new_size()
1474 dmu_objset_willuse_space(dn->dn_objset, size - osize, tx); in dbuf_new_size()
1538 if (dn->dn_objset->os_dsl_dataset != NULL) { in dbuf_dirty()
1539 rrw_enter(&dn->dn_objset->os_dsl_dataset->ds_bp_rwlock, in dbuf_dirty()
1543 BP_IS_HOLE(dn->dn_objset->os_rootbp) || in dbuf_dirty()
1545 dn->dn_objset->os_dsl_dataset == NULL); in dbuf_dirty()
1546 if (dn->dn_objset->os_dsl_dataset != NULL) in dbuf_dirty()
1547 rrw_exit(&dn->dn_objset->os_dsl_dataset->ds_bp_rwlock, FTAG); in dbuf_dirty()
[all …]
HDdnode_sync.c60 dprintf("os=%p obj=%llu, increase to %d\n", dn->dn_objset, in dnode_increase_indirection()
75 dbuf_find(dn->dn_objset, dn->dn_object, old_toplvl, i); in dnode_increase_indirection()
116 dsl_dataset_t *ds = dn->dn_objset->os_dsl_dataset; in free_blocks()
142 if (spa_feature_is_active(dn->dn_objset->os_spa, in free_blocks()
595 if (dmu_objset_userused_enabled(dn->dn_objset) && in dnode_sync()
719 dn->dn_objset->os_freed_dnodes++; in dnode_sync()
HDdmu_zfetch.c230 spa_t *spa = zf->zf_dnode->dn_objset->os_spa; in dmu_zfetch()
HDdmu.c412 if (spa_version(dn->dn_objset->os_spa) < SPA_VERSION_SA) { in dmu_spill_hold_existing()
481 (longlong_t)dn->dn_objset-> in dmu_buf_hold_array_by_dnode()
501 zio = zio_root(dn->dn_objset->os_spa, NULL, NULL, ZIO_FLAG_CANFAIL); in dmu_buf_hold_array_by_dnode()
775 if (dmu_objset_zfs_unmounting(dn->dn_objset)) in dmu_free_long_range_impl()
1914 os = dn->dn_objset; in dmu_assign_arcbuf_dnode()
HDdmu_objset.c337 return (dnode_hash(dn->dn_objset, dn->dn_object) % in dnode_multilist_index_func()
1233 multilist_t *newlist = dn->dn_objset->os_synced_dnodes; in dmu_objset_sync_dnodes()
1688 objset_t *os = dn->dn_objset; in dmu_objset_userquota_get_ids()
1697 if (!dmu_objset_userused_enabled(dn->dn_objset)) in dmu_objset_userquota_get_ids()
HDdmu_tx.c239 zio_t *zio = zio_root(dn->dn_objset->os_spa, in dmu_tx_count_write()
587 ASSERT(tx->tx_objset == NULL || dn->dn_objset == tx->tx_objset); in dmu_tx_dirty_buf()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c1531 SET_BOOKMARK(&czb, dmu_objset_id(dn->dn_objset), in dump_indirect()
1535 (void) visit_indirect(dmu_objset_spa(dn->dn_objset), dnp, in dump_indirect()