Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvdi.c616 uint32_t bmap_last = VDI_UNALLOCATED; in vdi_co_pwritev() local
655 bmap_last = block_index; in vdi_co_pwritev()
721 bmap_first, bmap_last); in vdi_co_pwritev()
724 bmap_last /= (SECTOR_SIZE / sizeof(uint32_t)); in vdi_co_pwritev()
725 n_sectors = bmap_last - bmap_first + 1; in vdi_co_pwritev()