Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
Dzmap.c208 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index() local
209 const unsigned int lomask = (1 << lclusterbits) - 1; in unpack_compacted_index()
216 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()
227 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()
231 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()
241 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()
254 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()
272 const unsigned int lclusterbits = vi->z_logical_clusterbits; in compacted_load_cluster_from_disk() local
282 if (lclusterbits != 12) in compacted_load_cluster_from_disk()
341 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback() local
[all …]