Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcommit.c449 #define COMMIT_BUF_SIZE (2048 * BDRV_SECTOR_SIZE) macro
547 buf = blk_try_blockalign(src, COMMIT_BUF_SIZE); in bdrv_commit()
554 ret = bdrv_is_allocated(bs, offset, COMMIT_BUF_SIZE, &n); in bdrv_commit()