Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
122 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index() local128 if (1 << amortizedshift == 4 && lclusterbits <= 14) in unpack_compacted_index()130 else if (1 << amortizedshift == 2 && lclusterbits <= 12) in unpack_compacted_index()139 lobits = max(lclusterbits, ilog2(Z_EROFS_LI_D0_CBLKCNT) + 1U); in unpack_compacted_index()150 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()294 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback() local314 m->map->m_la = (lcn << lclusterbits) | m->clusterofs; in z_erofs_extent_lookback()336 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen() local350 map->m_plen = 1ULL << lclusterbits; in z_erofs_get_extent_compressedlen()380 m->compressedblks = 1 << (lclusterbits - sb->s_blocksize_bits); in z_erofs_get_extent_compressedlen()[all …]