Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvvfat.c681 static inline int fat_eof(BDRVVVFATState* s,uint32_t fat_entry) in fat_eof() function
2000 if (fat_eof(s, cluster_num)) in get_cluster_count_for_direntry()
2134 } while(!fat_eof(s, cluster_num)); in check_directory_consistency()
2357 while (!fat_eof(s, cluster)) { in commit_mappings()
2375 if (!fat_eof(s, c1)) { in commit_mappings()
2449 for (old_cluster_count = 0, c = first_cluster; !fat_eof(s, c); in commit_direntries()
2453 for (new_cluster_count = 0, c = first_cluster; !fat_eof(s, c); in commit_direntries()
2468 for (c = first_cluster; !fat_eof(s, c); c = modified_fat_get(s, c)) { in commit_direntries()
2554 assert((size - offset == 0 && fat_eof(s, c)) || in commit_one_file()
2555 (size > offset && c >=2 && !fat_eof(s, c))); in commit_one_file()
[all …]