Home
last modified time | relevance | path

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

/fs/erofs/
Dzmap.c137 unsigned int amortizedshift, in unpack_compacted_index() argument
147 if (1 << amortizedshift == 4 && lclusterbits <= 14) in unpack_compacted_index()
149 else if (1 << amortizedshift == 2 && lclusterbits <= 12) in unpack_compacted_index()
155 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in unpack_compacted_index()
156 (vcnt << amortizedshift); in unpack_compacted_index()
159 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
161 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
164 i = (eofs - base) >> amortizedshift; in unpack_compacted_index()
239 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()
253 unsigned int amortizedshift; in compacted_load_cluster_from_disk() local
[all …]