Home
last modified time | relevance | path

Searched refs:new_cluster_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dvvfat.c2423 int old_cluster_count, new_cluster_count; in commit_direntries() local
2444 old_cluster_count = new_cluster_count = in commit_direntries()
2451 for (new_cluster_count = 0, c = first_cluster; !fat_eof(s, c); in commit_direntries()
2453 new_cluster_count++; in commit_direntries()
2456 if (new_cluster_count > old_cluster_count) { in commit_direntries()
2459 factor * (new_cluster_count - old_cluster_count)) == NULL) in commit_direntries()
2461 } else if (new_cluster_count < old_cluster_count) in commit_direntries()
2463 current_dir_index + factor * new_cluster_count, in commit_direntries()
2464 factor * (old_cluster_count - new_cluster_count)); in commit_direntries()
2487 for (i = 0; i < factor * new_cluster_count; i++) { in commit_direntries()