Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvvfat.c1777 static inline uint32_t modified_fat_get(BDRVVVFATState* s, in modified_fat_get() function
1998 cluster_num = modified_fat_get(s, cluster_num); in get_cluster_count_for_direntry()
2133 cluster_num = modified_fat_get(s, cluster_num); in check_directory_consistency()
2195 if (modified_fat_get(s, i)) { in is_consistent()
2360 for (c = cluster, c1 = modified_fat_get(s, c); c + 1 == c1; in commit_mappings()
2361 c = c1, c1 = modified_fat_get(s, c1)); in commit_mappings()
2454 c = modified_fat_get(s, c)) in commit_direntries()
2468 for (c = first_cluster; !fat_eof(s, c); c = modified_fat_get(s, c)) { in commit_direntries()
2529 c = modified_fat_get(s, c); in commit_one_file()
2552 c1 = modified_fat_get(s, c); in commit_one_file()