Searched refs:max_bs (Results 1 – 1 of 1) sorted by relevance
221 int min_bs, max_bs, min_ibs, max_ibs, epbs, bits; in dmu_tx_count_write() local228 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1; in dmu_tx_count_write()296 min_bs = max_bs = dn->dn_datablkshift; in dmu_tx_count_write()304 max_bs = MAX(max_bs, highbit64(dn->dn_datablksz - 1)); in dmu_tx_count_write()354 start = P2ALIGN(off, 1ULL << max_bs); in dmu_tx_count_write()355 end = P2ROUNDUP(off + len, 1ULL << max_bs) - 1; in dmu_tx_count_write()