Searched refs:modified_fat_get (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | vvfat.c | 1780 static inline uint32_t modified_fat_get(BDRVVVFATState* s, in modified_fat_get() function 1996 cluster_num = modified_fat_get(s, cluster_num); in get_cluster_count_for_direntry() 2131 cluster_num = modified_fat_get(s, cluster_num); in check_directory_consistency() 2193 if (modified_fat_get(s, i)) { in is_consistent() 2358 for (c = cluster, c1 = modified_fat_get(s, c); c + 1 == c1; in commit_mappings() 2359 c = c1, c1 = modified_fat_get(s, c1)); in commit_mappings() 2452 c = modified_fat_get(s, c)) in commit_direntries() 2466 for (c = first_cluster; !fat_eof(s, c); c = modified_fat_get(s, c)) { in commit_direntries() 2527 c = modified_fat_get(s, c); in commit_one_file() 2551 c1 = modified_fat_get(s, c); in commit_one_file()
|