Lines Matching defs:lclusterbits
212 const unsigned int lclusterbits = vi->z_logical_clusterbits;
213 const unsigned int lomask = (1 << lclusterbits) - 1;
218 if (1 << amortizedshift == 4 && lclusterbits <= 14)
220 else if (1 << amortizedshift == 2 && lclusterbits == 12)
231 lo = decode_compactedbits(lclusterbits, lomask,
235 m->clusterofs = 1 << lclusterbits;
245 lo = decode_compactedbits(lclusterbits, lomask,
258 lo = decode_compactedbits(lclusterbits, lomask,
341 const unsigned int lclusterbits = vi->z_logical_clusterbits;
372 map->m_la = (lcn << lclusterbits) | m->clusterofs;
394 unsigned int lclusterbits, endoff;
411 lclusterbits = vi->z_logical_clusterbits;
413 m.lcn = ofs >> lclusterbits;
414 endoff = ofs & ((1 << lclusterbits) - 1);
421 end = (m.lcn + 1ULL) << lclusterbits;
430 map->m_la = (m.lcn << lclusterbits) | m.clusterofs;
441 end = (m.lcn << lclusterbits) | m.clusterofs;
460 map->m_plen = 1 << lclusterbits;