Searched defs:sector_offset_in_cluster (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dvvfat.c827 static inline uint32_t sector_offset_in_cluster(BDRVVVFATState* s,off_t sector_num) function
1319 sector_offset_in_cluster=(sector%s->sectors_per_cluster), local
1326 memcpy(buf+i*0x200,s->cluster+sector_offset_in_cluster*0x200,0x200);

Completed in 18 milliseconds