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