Lines Matching defs:lclusterbits
122 const unsigned int lclusterbits = vi->z_logical_clusterbits;
128 if (1 << amortizedshift == 4 && lclusterbits <= 14)
130 else if (1 << amortizedshift == 2 && lclusterbits <= 12)
139 lobits = max(lclusterbits, ilog2(Z_EROFS_LI_D0_CBLKCNT) + 1U);
150 m->clusterofs = 1 << lclusterbits;
294 const unsigned int lclusterbits = vi->z_logical_clusterbits;
314 m->map->m_la = (lcn << lclusterbits) | m->clusterofs;
336 const unsigned int lclusterbits = vi->z_logical_clusterbits;
350 map->m_plen = 1ULL << lclusterbits;
380 m->compressedblks = 1 << (lclusterbits - sb->s_blocksize_bits);
408 unsigned int lclusterbits = vi->z_logical_clusterbits;
409 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits;
414 if ((lcn << lclusterbits) >= inode->i_size) {
425 m->clusterofs != 1 << lclusterbits);
442 map->m_llen = (lcn << lclusterbits) + m->clusterofs - map->m_la;
457 unsigned int lclusterbits, endoff, afmt;
461 lclusterbits = vi->z_logical_clusterbits;
463 initial_lcn = ofs >> lclusterbits;
464 endoff = ofs & ((1 << lclusterbits) - 1);
474 end = (m.lcn + 1ULL) << lclusterbits;
482 map->m_la = (m.lcn << lclusterbits) | m.clusterofs;
500 end = (m.lcn << lclusterbits) | m.clusterofs;