Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
107 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_load_compact_lcluster() local116 if (lcn >= totalidx || lclusterbits > 14) in z_erofs_load_compact_lcluster()142 if (1 << amortizedshift == 4 && lclusterbits <= 14) in z_erofs_load_compact_lcluster()144 else if (1 << amortizedshift == 2 && lclusterbits <= 12) in z_erofs_load_compact_lcluster()156 lobits = max(lclusterbits, ilog2(Z_EROFS_LI_D0_CBLKCNT) + 1U); in z_erofs_load_compact_lcluster()165 m->clusterofs = 1 << lclusterbits; in z_erofs_load_compact_lcluster()258 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback() local278 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()368 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen() local369 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()[all …]