Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dspice.c26 int can_write = qemu_chr_be_can_write(chr); in vmc_write() local
27 last_out = MIN(len, can_write); in vmc_write()
/openbmc/qemu/block/
H A Dqcow2-bitmap.c103 static inline bool can_write(BlockDriverState *bs) in can_write() function
1031 if (needs_update && can_write(bs)) { in qcow2_load_dirty_bitmaps()
1043 if (!can_write(bs)) { in qcow2_load_dirty_bitmaps()
1206 if (!can_write(bs->file->bs) || !(bs->file->perm & BLK_PERM_WRITE)) { in qcow2_reopen_bitmaps_rw()
1626 if (!can_write(bs)) { in qcow2_store_persistent_dirty_bitmaps()