Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcommit.c509 int64_t offset, length, backing_length; in bdrv_commit() local
587 backing_length = blk_getlength(backing); in bdrv_commit()
588 if (backing_length < 0) { in bdrv_commit()
589 ret = backing_length; in bdrv_commit()
596 if (length > backing_length) { in bdrv_commit()