Home
last modified time | relevance | path

Searched refs:max_bs (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddmu_tx.c233 int min_bs, max_bs, min_ibs, max_ibs, epbs, bits; in dmu_tx_count_write() local
240 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1; in dmu_tx_count_write()
308 min_bs = max_bs = dn->dn_datablkshift; in dmu_tx_count_write()
316 max_bs = MAX(max_bs, highbit64(dn->dn_datablksz - 1)); in dmu_tx_count_write()
369 start = P2ALIGN(off, 1ULL << max_bs); in dmu_tx_count_write()
370 end = P2ROUNDUP(off + len, 1ULL << max_bs) - 1; in dmu_tx_count_write()