Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
108 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_load_compact_lcluster() local117 if (lcn >= totalidx || lclusterbits > 14) in z_erofs_load_compact_lcluster()143 if (1 << amortizedshift == 4 && lclusterbits <= 14) in z_erofs_load_compact_lcluster()145 else if (1 << amortizedshift == 2 && lclusterbits <= 12) in z_erofs_load_compact_lcluster()157 lobits = max(lclusterbits, ilog2(Z_EROFS_LI_D0_CBLKCNT) + 1U); in z_erofs_load_compact_lcluster()166 m->clusterofs = 1 << lclusterbits; in z_erofs_load_compact_lcluster()274 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_extent_lookback() local291 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()364 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_get_extent_decompressedlen() local365 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()[all …]