Home | History | Annotate | Download | only in block

Lines Matching defs:refcount_table_clusters

151     unsigned int refcount_table_clusters =
154 while (min_clusters > refcount_table_clusters) {
155 refcount_table_clusters = (refcount_table_clusters * 3 + 1) / 2;
158 return refcount_table_clusters << (s->cluster_bits - 3);