Searched refs:highbit64 (Results 1 – 19 of 19) sorted by relevance
42 highbit64(uint64_t i) in highbit64() function
63 int idx = highbit64(size) - 1; in range_tree_stat_verify()82 int idx = highbit64(size) - 1; in range_tree_stat_incr()97 int idx = highbit64(size) - 1; in range_tree_stat_decr()
227 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1; in dmu_tx_count_write()302 min_bs = highbit64(dn->dn_datablksz - 1); in dmu_tx_count_write()303 max_bs = MAX(max_bs, highbit64(dn->dn_datablksz - 1)); in dmu_tx_count_write()
113 l.l_bs = highbit64(size) - 1; in zap_leaf_byteswap()165 l->l_bs = highbit64(l->l_dbuf->db_size) - 1; in zap_leaf_init()
986 uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1]; in metaslab_ff_alloc()1015 uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1]; in metaslab_df_alloc()1109 uint64_t hbit = highbit64(size); in metaslab_ndf_alloc()
88 zap->zap_f.zap_block_shift = highbit64(zap->zap_dbuf->db_size) - 1; in fzap_upgrade()461 l->l_bs = highbit64(db->db_size) - 1; in zap_open_leaf()
550 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
405 bucket = highbit64(dds.dds_ref_blocks) - 1; in ddt_stat_update()
381 zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1; in mzap_open()
1485 newblksz = MIN(end, 1 << highbit64(zp->z_blksz)); in zfs_extend()
399 dn->dn_datablkshift = ISP2(size) ? highbit64(size - 1) : 0; in dnode_setdblksz()
1604 vd->vdev_ms_shift = highbit64(vd->vdev_asize / metaslabs_per_vdev); in vdev_metaslab_set_size()
1415 rv = zio_pipeline[highbit64(stage) - 1](zio); in zio_execute()
902 1 << highbit64(zp->z_blksz)); in zfs_write()
157 extern int highbit64(uint64_t);
533 extern int highbit64(uint64_t i);
2835 highbit64(uint64_t i)2843 ALTENTRY(highbit64)2849 SET_SIZE(highbit64)2864 ENTRY(highbit64)2869 SET_SIZE(highbit64)
802 highbit64(uint64_t i) in highbit64() function
2971 ddt_stat_add(&ddh_total.ddh_stat[highbit64(refcnt) - 1], in dump_simulated_ddt()