Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
95 static int get_compacted_la_distance(unsigned int lclusterbits, in get_compacted_la_distance() argument99 const unsigned int lomask = (1 << lclusterbits) - 1; in get_compacted_la_distance()106 lo = decode_compactedbits(lclusterbits, lomask, in get_compacted_la_distance()125 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index() local126 const unsigned int lomask = (1 << lclusterbits) - 1; in unpack_compacted_index()132 if (1 << amortizedshift == 4 && lclusterbits <= 14) in unpack_compacted_index()134 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()150 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()154 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()158 m->delta[1] = get_compacted_la_distance(lclusterbits, in unpack_compacted_index()[all …]