Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
215 static int get_compacted_la_distance(unsigned int lclusterbits, in get_compacted_la_distance() argument219 const unsigned int lomask = (1 << lclusterbits) - 1; in get_compacted_la_distance()226 lo = decode_compactedbits(lclusterbits, lomask, in get_compacted_la_distance()245 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index() local246 const unsigned int lomask = (1 << lclusterbits) - 1; in unpack_compacted_index()254 else if (1 << amortizedshift == 2 && lclusterbits == 12) in unpack_compacted_index()266 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()270 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()274 m->delta[1] = get_compacted_la_distance(lclusterbits, in unpack_compacted_index()293 lo = decode_compactedbits(lclusterbits, lomask, in unpack_compacted_index()[all …]