Home
last modified time | relevance | path

Searched refs:seek_to_sector (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dbochs.c213 seek_to_sector(BlockDriverState *bs, int64_t sector_num) in seek_to_sector() function
265 int64_t block_offset = seek_to_sector(bs, sector_num); in bochs_co_preadv()
H A Dparallels.c118 static int64_t seek_to_sector(BDRVParallelsState *s, int64_t sector_num) in seek_to_sector() function
152 int64_t offset = seek_to_sector(s, sector_num); in block_status()