Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
102 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_load_compact_lcluster() local111 if (lcn >= totalidx || lclusterbits > 14) in z_erofs_load_compact_lcluster()137 if (1 << amortizedshift == 4 && lclusterbits <= 14) in z_erofs_load_compact_lcluster()139 else if (1 << amortizedshift == 2 && lclusterbits <= 12) in z_erofs_load_compact_lcluster()151 lobits = max(lclusterbits, ilog2(Z_EROFS_LI_D0_CBLKCNT) + 1U); in z_erofs_load_compact_lcluster()160 m->clusterofs = 1 << lclusterbits; in z_erofs_load_compact_lcluster()268 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_extent_lookback() local285 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()354 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_get_extent_decompressedlen() local355 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()[all …]