Searched defs:max_bs (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds