Searched refs:vvfat_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | vvfat.c | 1476 vvfat_read(BlockDriverState *bs, int64_t sector_num, uint8_t *buf, int nb_sectors) in vvfat_read() function 1557 ret = vvfat_read(bs, sector_num, buf, nb_sectors); in vvfat_co_preadv() 1976 res = vvfat_read(s->bs, offs, s->cluster_buffer, 1); in get_cluster_count_for_direntry() 2058 subret = vvfat_read(s->bs, cluster2sector(s, cluster_num), cluster, in check_directory_consistency() 2164 check = vvfat_read(s->bs, in is_consistent() 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()
|