/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dbuf.h | 300 } dmu_buf_impl_t; typedef 307 dmu_buf_impl_t **hash_table; 315 dmu_buf_impl_t *dbuf_create_tlib(struct dnode *dn, char *data); 318 void dbuf_spill_hold(struct dnode *dn, dmu_buf_impl_t **dbp, void *tag); 322 dmu_buf_impl_t *dbuf_hold(struct dnode *dn, uint64_t blkid, void *tag); 323 dmu_buf_impl_t *dbuf_hold_level(struct dnode *dn, int level, uint64_t blkid, 327 void *tag, dmu_buf_impl_t **dbp); 335 void dbuf_add_ref(dmu_buf_impl_t *db, void *tag); 338 uint64_t dbuf_refcount(dmu_buf_impl_t *db); 340 void dbuf_rele(dmu_buf_impl_t *db, void *tag); [all …]
|
H A D | sa_impl.h | 225 (dmu_buf_impl_t *)((type == SA_BONUS) ? hdl->sa_bonus : hdl->sa_spill) 228 ((sa_hdr_phys_t *)((dmu_buf_impl_t *)(SA_GET_DB(hdl, \
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dbuf.c | 54 static boolean_t dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx); 175 dmu_buf_impl_t *db = vdb; in dbuf_cons() 176 bzero(db, sizeof (dmu_buf_impl_t)); in dbuf_cons() 191 dmu_buf_impl_t *db = vdb; in dbuf_dest() 222 dmu_buf_impl_t * 228 dmu_buf_impl_t *db; in dbuf_find() 245 static dmu_buf_impl_t * 249 dmu_buf_impl_t *db = NULL; in dbuf_find_bonus() 269 static dmu_buf_impl_t * 270 dbuf_hash_insert(dmu_buf_impl_t *db) in dbuf_hash_insert() [all …]
|
H A D | dmu.c | 173 dmu_buf_impl_t *db; in dmu_buf_hold_noread_by_dnode() 194 dmu_buf_impl_t *db; in dmu_buf_hold_noread() 229 dmu_buf_impl_t *db = (dmu_buf_impl_t *)(*dbp); in dmu_buf_hold_by_dnode() 254 dmu_buf_impl_t *db = (dmu_buf_impl_t *)(*dbp); in dmu_buf_hold() 274 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonus() 297 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_set_bonustype() 320 dmu_buf_impl_t *db = (dmu_buf_impl_t *)db_fake; in dmu_get_bonustype() 355 dmu_buf_impl_t *db; in dmu_bonus_hold_by_dnode() 406 dmu_buf_impl_t *db; in dmu_bonus_hold_impl() 473 dmu_buf_impl_t *db = NULL; in dmu_spill_hold_by_dnode() [all …]
|
H A D | dnode_sync.c | 44 dmu_buf_impl_t *db; in dnode_increase_indirection() 70 dmu_buf_impl_t *children[DN_MAX_NBLKPTR]; in dnode_increase_indirection() 91 dmu_buf_impl_t *child = children[i]; in dnode_increase_indirection() 175 free_verify(dmu_buf_impl_t *db, uint64_t start, uint64_t end, dmu_tx_t *tx) in free_verify() 197 dmu_buf_impl_t *child; in free_verify() 268 free_children(dmu_buf_impl_t *db, uint64_t blkid, uint64_t nblks, in free_children() 273 dmu_buf_impl_t *subdb; in free_children() 395 dmu_buf_impl_t *db; in dnode_sync_free_range_impl() 460 dmu_buf_impl_t db_marker; in dnode_evict_dbufs() 461 dmu_buf_impl_t *db, *db_next; in dnode_evict_dbufs() [all …]
|
H A D | dnode.c | 91 const dmu_buf_impl_t *d1 = x1; in dbuf_compare() 92 const dmu_buf_impl_t *d2 = x2; in dbuf_compare() 171 avl_create(&dn->dn_dbufs, dbuf_compare, sizeof (dmu_buf_impl_t), in dnode_cons() 172 offsetof(dmu_buf_impl_t, db_link)); in dnode_cons() 435 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, in dnode_create() 842 avl_create(&odn->dn_dbufs, dbuf_compare, sizeof (dmu_buf_impl_t), in dnode_move_impl() 843 offsetof(dmu_buf_impl_t, db_link)); in dnode_move_impl() 1284 dmu_buf_impl_t *db; in dnode_hold_impl() 1600 dmu_buf_impl_t *db = dn->dn_dbuf; in dnode_rele_and_unlock() 1732 dmu_buf_impl_t *db; in dnode_set_blksz() [all …]
|
H A D | dmu_tx.c | 194 dmu_buf_impl_t *db; in dmu_tx_check_ioerr() 579 dmu_tx_dirty_buf(dmu_tx_t *tx, dmu_buf_impl_t *db) in dmu_tx_dirty_buf() 1328 dmu_buf_impl_t *db = (dmu_buf_impl_t *)hdl->sa_bonus; in dmu_tx_hold_sa()
|
H A D | sa.c | 1232 dmu_buf_impl_t *db; in sa_byteswap() 1266 arc_buf_freeze(((dmu_buf_impl_t *)hdl->sa_spill)->db_buf); in sa_byteswap() 1273 dmu_buf_impl_t *db = SA_GET_DB(hdl, buftype); in sa_build_index() 1828 dmu_buf_impl_t *db = (dmu_buf_impl_t *)hdl->sa_bonus; in sa_modify_attrs()
|
H A D | dmu_objset.c | 614 list_create(&os->os_downgraded_dbufs, sizeof (dmu_buf_impl_t), in dmu_objset_open_impl() 615 offsetof(dmu_buf_impl_t, db_link)); in dmu_objset_open_impl() 2123 dmu_objset_userquota_find_data(dmu_buf_impl_t *db, dmu_tx_t *tx) in dmu_objset_userquota_find_data() 2160 dmu_buf_impl_t *db = NULL; in dmu_objset_userquota_get_ids()
|
H A D | dmu_recv.c | 1766 dbuf_assign_arcbuf((dmu_buf_impl_t *)db_spill, abuf, tx); in receive_spill()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 698 dmu_buf_impl_t db; in dbuf_stats() 728 if (mdb_vread(&db, sizeof (dmu_buf_impl_t), in dbuf_stats()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 2287 dn = DB_DNODE((dmu_buf_impl_t *)db); in dump_object()
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 5989 blk = *((dmu_buf_impl_t *)db)->db_blkptr; in ztest_ddt_repair()
|