Searched refs:old_cluster_count (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c2135 int old_cluster_count, new_cluster_count; local
2153 old_cluster_count = new_cluster_count =
2156 for (old_cluster_count = 0, c = first_cluster; !fat_eof(s, c);
2158 old_cluster_count++;
2165 if (new_cluster_count > old_cluster_count) {
2167 current_dir_index + factor * old_cluster_count,
2168 factor * (new_cluster_count - old_cluster_count)) == NULL)
2170 } else if (new_cluster_count < old_cluster_count)
2173 factor * (old_cluster_count - new_cluster_count));

Completed in 264 milliseconds