Searched defs:fat_eof (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c575 static inline int fat_eof(BDRVVVFATState* s,uint32_t fat_entry) function
1719 if (fat_eof(s, cluster_num))
1850 } while(!fat_eof(s, cluster_num));
2071 while (!fat_eof(s, cluster)) {
2089 if (!fat_eof(s, c1)) {
2161 for (old_cluster_count = 0, c = first_cluster; !fat_eof(s, c);
2165 for (new_cluster_count = 0, c = first_cluster; !fat_eof(s, c);
2180 for (c = first_cluster; !fat_eof(s, c); c = modified_fat_get(s, c)) {
2248 assert((size - offset == 0 && fat_eof(s, c)) ||
2249 (size > offset && c >=2 && !fat_eof(
[all...]

Completed in 399 milliseconds