Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-global-state.h142 int bdrv_commit(BlockDriverState *bs);
/openbmc/qemu/block/
H A Dcommit.c452 int bdrv_commit(BlockDriverState *bs) in bdrv_commit() function
H A Dblock-backend.c2722 ret = bdrv_commit(unfiltered_bs); in blk_commit_all()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c223 ret = bdrv_commit(bs); in hmp_commit()