Home
last modified time | relevance | path

Searched refs:DB_DNODE (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu.c193 dn = DB_DNODE(db); in dmu_set_bonus()
216 dn = DB_DNODE(db); in dmu_set_bonustype()
239 dn = DB_DNODE(db); in dmu_get_bonustype()
345 dn = DB_DNODE(db); in dmu_spill_hold_existing()
374 dn = DB_DNODE(db); in dmu_spill_hold_by_bonus()
499 dn = DB_DNODE(db); in dmu_buf_hold_array_by_bonus()
1101 dn = DB_DNODE(db); in dmu_read_uio_dbuf()
1206 dn = DB_DNODE(db); in dmu_write_uio_dbuf()
1332 dn = DB_DNODE(dbuf); in dmu_assign_arcbuf()
1354 dn = DB_DNODE(dbuf); in dmu_assign_arcbuf()
[all …]
H A Ddbuf.c333 is_metadata = DMU_OT_IS_METADATA(DB_DNODE(db)->dn_type); in dbuf_is_metadata()
421 dn = DB_DNODE(db); in dbuf_verify()
643 dn = DB_DNODE(db); in dbuf_read_impl()
729 dn = DB_DNODE(db); in dbuf_read()
1084 dn = DB_DNODE(db); in dbuf_new_size()
1154 dn = DB_DNODE(db); in dbuf_dirty()
1458 dn = DB_DNODE(db); in dbuf_undirty()
1525 if (RW_WRITE_HELD(&DB_DNODE(db)->dn_struct_rwlock)) in dmu_buf_will_dirty()
1597 type = DB_DNODE(db)->dn_type; in dmu_buf_write_embedded()
1727 dn = DB_DNODE(db); in dbuf_clear()
[all …]
H A Ddnode_sync.c87 ASSERT3P(DB_DNODE(child), ==, dn); in dnode_increase_indirection()
169 dn = DB_DNODE(db); in free_verify()
261 dn = DB_DNODE(db); in free_children()
409 ASSERT3P(DB_DNODE(db), ==, dn); in dnode_evict_dbufs()
H A Ddmu_tx.c192 ASSERT(DB_DNODE(db) == dn); in dmu_tx_count_twig()
861 dn = DB_DNODE(db); in dmu_tx_dirty_buf()
1646 dn = DB_DNODE(db); in dmu_tx_hold_sa()
H A Ddmu_objset.c1335 dn = DB_DNODE(dr->dr_dbuf); in dmu_objset_userquota_find_data()
H A Dsa.c1665 dn = DB_DNODE(db); in sa_modify_attrs()
H A Ddnode.c1132 ASSERT(DB_DNODE(db)->dn_type == DMU_OT_DNODE); in dnode_hold_impl()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h318 #define DB_DNODE(_db) ((_db)->db_dnode_handle->dnh_dnode) macro
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1818 dn = DB_DNODE((dmu_buf_impl_t *)db); in dump_object()