Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-io.h172 bool bdrv_is_writable(BlockDriverState *bs);
/openbmc/qemu/block/
H A Dsnapshot.c201 if (!drv || !bdrv_is_inserted(bs) || !bdrv_is_writable(bs)) { in bdrv_can_snapshot()
H A Dqcow2.c1781 update_header = update_header && bdrv_is_writable(bs); in qcow2_do_open()
1868 if (!(flags & BDRV_O_CHECK) && bdrv_is_writable(bs) && in qcow2_do_open()
5990 fatal = fatal && bdrv_is_writable(bs); in qcow2_signal_corruption()
/openbmc/qemu/nbd/
H A Dserver.c1896 if (readonly && bdrv_is_writable(bs) && in nbd_export_create()
/openbmc/qemu/
H A Dblock.c2199 bool bdrv_is_writable(BlockDriverState *bs) in bdrv_is_writable() function