Searched refs:min_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() local226 min_bs = SPA_MINBLOCKSHIFT; in dmu_tx_count_write()295 min_bs = max_bs = dn->dn_datablkshift; in dmu_tx_count_write()302 min_bs = highbit64(dn->dn_datablksz - 1); in dmu_tx_count_write()335 bits = 64 - min_bs; in dmu_tx_count_write()357 start >>= min_bs; in dmu_tx_count_write()358 end >>= min_bs; in dmu_tx_count_write()366 for (bits = 64 - min_bs; bits >= 0; bits -= epbs) { in dmu_tx_count_write()