Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dstream.c43 bool bs_read_only; member
147 if (s->bs_read_only) { in stream_clean()
265 bool bs_read_only; in stream_start() local
314 bs_read_only = bdrv_is_read_only(bs); in stream_start()
315 if (bs_read_only) { in stream_start()
411 s->bs_read_only = bs_read_only; in stream_start()
425 if (bs_read_only) { in stream_start()