Searched refs:cluster2sector (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | vvfat.c | 890 static inline off_t cluster2sector(BDRVVVFATState* s, uint32_t cluster_num) in cluster2sector() function 1813 (cluster2sector(s, cluster_num) + in cluster_was_modified() 1962 int64_t offs = cluster2sector(s, cluster_num); in get_cluster_count_for_direntry() 2056 DLOG(fprintf(stderr, "read cluster %d (sector %d)\n", (int)cluster_num, (int)cluster2sector(s, clus… in check_directory_consistency() 2057 subret = vvfat_read(s->bs, cluster2sector(s, cluster_num), cluster, in check_directory_consistency() 2469 ret = vvfat_read(s->bs, cluster2sector(s, c), (uint8_t *)direntry, in commit_direntries() 2555 ret = vvfat_read(s->bs, cluster2sector(s, c), in commit_one_file() 3047 int begin = cluster2sector(s, i); in vvfat_write()
|