Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
107 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_load_compact_lcluster() local 116 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() 265 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_extent_lookback() local 282 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback() 352 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_get_extent_decompressedlen() local 353 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen() 391 unsigned int lclusterbits = vi->z_lclusterbits; z_erofs_map_blocks_fo() local [all...]