Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvdi.c618 uint32_t bmap_last = VDI_UNALLOCATED; in vdi_co_pwritev() local
657 bmap_last = block_index; in vdi_co_pwritev()
723 bmap_first, bmap_last); in vdi_co_pwritev()
726 bmap_last /= (SECTOR_SIZE / sizeof(uint32_t)); in vdi_co_pwritev()
727 n_sectors = bmap_last - bmap_first + 1; in vdi_co_pwritev()