/titanic_44/usr/src/cmd/dis/ |
H A D | dis_main.c | 68 size_t db_size; /* size of data */ member 141 db.db_size = datalen; in dis_data() 150 while (addr < db.db_addr + db.db_size) { in dis_data() 177 db.db_nextaddr = db.db_addr + db.db_size; in dis_data() 179 if (next > db.db_size) in dis_data() 181 db.db_size; in dis_data() 311 if (addr < db->db_addr || addr >= db->db_addr + db->db_size) in do_read() 315 len = MIN(len, db->db_size - offset); in do_read()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dbuf.c | 435 ASSERT3U(db->db.db_size, >=, dn->dn_bonuslen); in dbuf_verify() 439 ASSERT3U(db->db.db_size, >=, dn->dn_bonuslen); in dbuf_verify() 442 ASSERT3U(db->db.db_offset, ==, db->db_blkid * db->db.db_size); in dbuf_verify() 479 int epb = db->db_parent->db.db_size >> SPA_BLKPTRSHIFT; in dbuf_verify() 508 for (i = 0; i < db->db.db_size >> 3; i++) { in dbuf_verify() 551 int blksz = db->db.db_size; in dbuf_loan_arcbuf() 617 bzero(buf->b_data, db->db.db_size); in dbuf_read_done() 654 ASSERT3U(bonuslen, <=, db->db.db_size); in dbuf_read_impl() 679 db->db.db_size, db, type)); in dbuf_read_impl() 680 bzero(db->db.db_data, db->db.db_size); in dbuf_read_impl() [all …]
|
H A D | dmu.c | 197 } else if (newsize < 0 || newsize > db_fake->db_size) { in dmu_set_bonus() 804 tocpy = (int)MIN(db->db_size - bufoff, size); in dmu_read() 839 tocpy = (int)MIN(db->db_size - bufoff, size); in dmu_write() 841 ASSERT(i == 0 || i == numbufs-1 || tocpy == db->db_size); in dmu_write() 843 if (tocpy == db->db_size) in dmu_write() 850 if (tocpy == db->db_size) in dmu_write() 1051 tocpy = (int)MIN(db->db_size - bufoff, size); in dmu_read_uio_dnode() 1154 tocpy = (int)MIN(db->db_size - bufoff, size); in dmu_write_uio_dnode() 1156 ASSERT(i == 0 || i == numbufs-1 || tocpy == db->db_size); in dmu_write_uio_dnode() 1158 if (tocpy == db->db_size) in dmu_write_uio_dnode() [all …]
|
H A D | zap.c | 88 zap->zap_f.zap_block_shift = highbit64(zap->zap_dbuf->db_size) - 1; in fzap_upgrade() 95 bzero(zap->zap_dbuf->db_data, zap->zap_dbuf->db_size); in fzap_upgrade() 461 l->l_bs = highbit64(db->db_size) - 1; in zap_open_leaf() 493 (uintptr_t)zap_leaf_phys(l), ==, l->l_dbuf->db_size); in zap_open_leaf() 516 ASSERT3U(db->db_size, ==, 1 << bs); in zap_get_leaf_byblk() 1325 *tooverwrite += zap->zap_dbuf->db_size; in fzap_count_write() 1327 *towrite += zap->zap_dbuf->db_size; in fzap_count_write() 1340 *towrite += zap->zap_dbuf->db_size; in fzap_count_write() 1342 *towrite += (zap->zap_dbuf->db_size * 3); in fzap_count_write() 1355 *tooverwrite += l->l_dbuf->db_size; in fzap_count_write() [all …]
|
H A D | dnode_sync.c | 72 ASSERT3U(sizeof (blkptr_t) * nblkptr, <=, db->db.db_size); in dnode_increase_indirection() 177 ASSERT3U(db->db.db_size, ==, 1 << dn->dn_phys->dn_indblkshift); in free_verify() 178 ASSERT3U(off+num, <=, db->db.db_size >> SPA_BLKPTRSHIFT); in free_verify() 205 for (j = 0; j < child->db.db_size >> 3; j++) { in free_verify() 222 for (j = 0; j < child->db.db_size >> 3; j++) { in free_verify() 303 bzero(db->db.db_data, db->db.db_size); in free_children()
|
H A D | bpobj.c | 127 ASSERT3U(offset, <, dbuf->db_offset + dbuf->db_size); in bpobj_free() 235 ASSERT3U(offset, <, dbuf->db_offset + dbuf->db_size); in bpobj_iterate_impl() 294 ASSERT3U(offset, <, dbuf->db_offset + dbuf->db_size); in bpobj_iterate_impl() 434 VERIFY3U(subdb->db_size, >=, in bpobj_enqueue_subobj() 498 bpo->bpo_cached_dbuf->db_size) { in bpobj_enqueue()
|
H A D | sa.c | 571 full_space = (buftype == SA_BONUS) ? DN_MAX_BONUSLEN : db->db_size; in sa_find_sizes() 700 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts() 702 hdl->sa_spill->db_size) in sa_build_layouts() 716 buf_space = hdl->sa_bonus->db_size - hdrsize; in sa_build_layouts() 750 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts() 1667 bonus_data_size = hdl->sa_bonus->db_size; in sa_modify_attrs() 1670 hdl->sa_bonus->db_size); in sa_modify_attrs() 1680 spill_data_size = hdl->sa_spill->db_size; in sa_modify_attrs() 1683 hdl->sa_spill->db_size); in sa_modify_attrs()
|
H A D | zap_micro.c | 381 zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1; in mzap_open() 406 zap->zap_m.zap_num_chunks = db->db_size / MZAP_ENT_LEN - 1; in mzap_open() 444 zap->zap_dbuf->db_size); in mzap_open() 506 uint64_t newsz = db->db_size + SPA_MINBLOCKSIZE; in zap_lockdir() 516 db->db_size / MZAP_ENT_LEN - 1; in zap_lockdir() 540 sz = zap->zap_dbuf->db_size; in mzap_upgrade() 1335 zs->zs_blocksize = zap->zap_dbuf->db_size; in zap_get_stats()
|
H A D | zfs_sa.c | 78 if (bufsz + ZFS_OLD_ZNODE_PHYS_SIZE <= db->db_size) { in zfs_sa_readlink() 115 ASSERT3U(len, <=, dbp->db_size); in zfs_sa_symlink()
|
H A D | space_map.c | 138 if (sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) in space_map_histogram_clear() 167 if (sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) in space_map_histogram_add()
|
H A D | dnode.c | 276 (dn->dn_object % (dn->dn_dbuf->db.db_size >> DNODE_SHIFT))); in dnode_verify() 681 dn->dn_bonus->db.db_size = in dnode_reallocate() 683 ASSERT(dn->dn_bonuslen <= dn->dn_bonus->db.db_size); in dnode_reallocate() 1127 ASSERT3U(db->db.db_size, >=, 1<<DNODE_SHIFT); in dnode_hold_impl() 1128 epb = db->db.db_size >> DNODE_SHIFT; in dnode_hold_impl()
|
H A D | spa_history.c | 101 ASSERT(dbp->db_size >= sizeof (spa_history_phys_t)); in spa_history_create_obj()
|
H A D | dmu_tx.c | 194 ASSERT(db->db.db_size == space); in dmu_tx_count_twig() 527 txh->txh_memory_tohold += dbuf->db.db_size; in dmu_tx_count_free()
|
H A D | zap_leaf.c | 165 l->l_bs = highbit64(l->l_dbuf->db_size) - 1; in zap_leaf_init()
|
H A D | dmu_send.c | 1991 ASSERT3U(db->db_size, >=, drro->drr_bonuslen); in receive_object() 2227 if (db_spill->db_size < drrs->drr_length) in receive_spill()
|
H A D | zvol.c | 1026 ASSERT(db->db_size == size); in zvol_get_data()
|
H A D | metaslab.c | 1390 if (msp->ms_sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) { in metaslab_fragmentation()
|
H A D | zfs_vnops.c | 1166 ASSERT(db->db_size == size); in zfs_get_data()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/ |
H A D | vfpf_if.h | 136 u16 db_size; member
|
H A D | hw_channel.h | 219 u16 db_size; member
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 123 response->pfdev_info.db_size = LM_VF_DQ_CID_SIZE; in lm_pf_vf_fill_acquire_response() 1338 DbgBreakIf(!p_sw_resp->pfdev_info.db_size); in lm_vf_get_doorbell_size() 1339 return p_sw_resp->pfdev_info.db_size; in lm_vf_get_doorbell_size() 1344 DbgBreakIf(!p_hw_resp->pfdev_info.db_size); in lm_vf_get_doorbell_size() 1345 return p_hw_resp->pfdev_info.db_size; in lm_vf_get_doorbell_size() 1600 … DbgMessage(pdev, FATALvf, "presp->pfdev_info.db_size = %d\n", presp->pfdev_info.db_size); in lm_vf_pf_acquire_msg() 1616 if (presp->pfdev_info.db_size) in lm_vf_pf_acquire_msg() 1618 max_dq = VF_BAR0_DB_SIZE / presp->pfdev_info.db_size; in lm_vf_pf_acquire_msg() 1707 … DbgMessage(pdev, FATALvf, "presp->pfdev_info.db_size = %d\n", presp->pfdev_info.db_size); in lm_vf_pf_acquire_msg() 1722 if (presp->pfdev_info.db_size) in lm_vf_pf_acquire_msg() [all …]
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 203 seglen = MIN(len, dbp->db_size - odiff); in sbd_zvol_alloc_read_bufs()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 1296 ASSERT3U(doi.doi_bonus_size, <=, db->db_size); in ztest_bt_bonus() 1754 lr->lr_size = (ztest_random(db->db_size / sizeof (*bbt)) + 1) * in ztest_replay_setattr() 1769 ASSERT3U(lr->lr_size, <=, db->db_size); in ztest_replay_setattr() 1903 ASSERT(db->db_size == size); in ztest_get_data() 5051 ASSERT(db->db_size == blocksize); in ztest_ddt_repair() 5052 ASSERT(ztest_pattern_match(db->db_data, db->db_size, pattern) || in ztest_ddt_repair() 5053 ztest_pattern_match(db->db_data, db->db_size, 0ULL)); in ztest_ddt_repair() 5055 ztest_pattern_set(db->db_data, db->db_size, pattern); in ztest_ddt_repair()
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 291 uint64_t db_size; /* size of buffer in bytes */ member
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 621 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_dtl_refcount() 641 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_metaslab_refcount() 1858 bsize = db->db_size; in dump_object()
|