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