Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
235 static int get_compacted_la_distance(unsigned int lclusterbits, in get_compacted_la_distance() argument239 const unsigned int lomask = (1 << lclusterbits) - 1; in get_compacted_la_distance()246 lo = decode_compactedbits(lclusterbits, lomask, in get_compacted_la_distance()265 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index() local266 const unsigned int lomask = (1 << lclusterbits) - 1; in unpack_compacted_index()274 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()290 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()294 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()298 m->delta[1] = get_compacted_la_distance(lclusterbits, in unpack_compacted_index()317 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()[all …]