Searched refs:cluster2sector (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c822 static inline off_t cluster2sector(BDRVVVFATState* s, uint32_t cluster_num) function
1546 cluster2sector(s, cluster_num) + i, 1, &dummy);
1691 int64_t offset = cluster2sector(s, cluster_num);
1773 DLOG(fprintf(stderr, "read cluster %d (sector %d)\n", (int)cluster_num, (int)cluster2sector(s, cluster_num)));
1774 subret = vvfat_read(s->bs, cluster2sector(s, cluster_num), cluster,
2177 int ret = vvfat_read(s->bs, cluster2sector(s, c), direntry,
2246 ret = vvfat_read(s->bs, cluster2sector(s, c),
2678 int begin = cluster2sector(s, i);

Completed in 157 milliseconds