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

/external/qemu/block/
H A Dvvfat.c1514 static inline uint32_t modified_fat_get(BDRVVVFATState* s, function
1712 cluster_num = modified_fat_get(s, cluster_num);
1844 cluster_num = modified_fat_get(s, cluster_num);
1905 if (modified_fat_get(s, i)) {
2069 for (c = cluster, c1 = modified_fat_get(s, c); c + 1 == c1;
2070 c = c1, c1 = modified_fat_get(s, c1));
2161 c = modified_fat_get(s, c))
2175 for (c = first_cluster; !fat_eof(s, c); c = modified_fat_get(s, c)) {
2223 c = modified_fat_get(s, c);
2241 c1 = modified_fat_get(
[all...]

Completed in 48 milliseconds