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

/external/qemu/block/
H A Dvvfat.c349 char* used_clusters; member in struct:BDRVVVFATState
1566 * The array s->used_clusters holds the states of the clusters. If it is
1713 if (s->used_clusters[cluster_num] & USED_ANY)
1715 s->used_clusters[cluster_num] = USED_FILE;
1772 if (s->used_clusters[cluster_num] & USED_ANY) {
1776 s->used_clusters[cluster_num] = USED_DIRECTORY;
1887 assert (s->used_clusters);
1889 s->used_clusters[i] &= ~USED_ANY;
1911 if(!s->used_clusters[i]) {
1918 if (s->used_clusters[
[all...]

Completed in 30 milliseconds