Searched refs:lclusterbits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | zmap.c | 212 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index() local 213 const unsigned int lomask = (1 << lclusterbits) - 1; in unpack_compacted_index() 218 if (1 << amortizedshift == 4 && lclusterbits <= 14) in unpack_compacted_index() 220 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index() 231 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index() 235 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index() 245 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index() 258 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index() 341 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback() local 372 map->m_la = (lcn << lclusterbits) | in z_erofs_extent_lookback() 394 unsigned int lclusterbits, endoff; z_erofs_map_blocks_iter() local [all...] |
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | zmap.c | 122 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index() local 128 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() local 314 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() local 350 map->m_plen = 1ULL << lclusterbits; in z_erofs_get_extent_compressedlen() 380 m->compressedblks = 1 << (lclusterbits in z_erofs_get_extent_compressedlen() 408 unsigned int lclusterbits = vi->z_logical_clusterbits; z_erofs_get_extent_decompressedlen() local 457 unsigned int lclusterbits, endoff, afmt; z_erofs_do_map_blocks() local [all...] |
Completed in 2 milliseconds