Home
last modified time | relevance | path

Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance

/linux/fs/erofs/
H A Dzmap.c103 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_load_compact_lcluster() local
112 if (lcn >= totalidx || lclusterbits > 14) in z_erofs_load_compact_lcluster()
138 if (1 << amortizedshift == 4 && lclusterbits <= 14) in z_erofs_load_compact_lcluster()
140 else if (1 << amortizedshift == 2 && lclusterbits <= 12) in z_erofs_load_compact_lcluster()
152 lobits = max(lclusterbits, ilog2(Z_EROFS_LI_D0_CBLKCNT) + 1U); in z_erofs_load_compact_lcluster()
161 m->clusterofs = 1 << lclusterbits; in z_erofs_load_compact_lcluster()
269 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_extent_lookback() local
286 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()
355 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_get_extent_decompressedlen() local
356 u64 lcn = m->lcn, headlcn = map->m_la >> lclusterbits; in z_erofs_get_extent_decompressedlen()
[all …]