Searched refs:min_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() local227 min_bs = SPA_MINBLOCKSHIFT; in dmu_tx_count_write()296 min_bs = max_bs = dn->dn_datablkshift; in dmu_tx_count_write()303 min_bs = highbit64(dn->dn_datablksz - 1); in dmu_tx_count_write()336 bits = 64 - min_bs; in dmu_tx_count_write()358 start >>= min_bs; in dmu_tx_count_write()359 end >>= min_bs; in dmu_tx_count_write()367 for (bits = 64 - min_bs; bits >= 0; bits -= epbs) { in dmu_tx_count_write()