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

/external/qemu/block/
H A Dvvfat.c1519 static inline uint32_t modified_fat_get(BDRVVVFATState* s, function
1717 cluster_num = modified_fat_get(s, cluster_num);
1849 cluster_num = modified_fat_get(s, cluster_num);
1910 if (modified_fat_get(s, i)) {
2074 for (c = cluster, c1 = modified_fat_get(s, c); c + 1 == c1;
2075 c = c1, c1 = modified_fat_get(s, c1));
2166 c = modified_fat_get(s, c))
2180 for (c = first_cluster; !fat_eof(s, c); c = modified_fat_get(s, c)) {
2228 c = modified_fat_get(s, c);
2246 c1 = modified_fat_get(
[all...]

Completed in 315 milliseconds