Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcommit.c44 bool base_read_only; member
123 if (s->base_read_only) { in commit_clean()
355 s->base_read_only = bdrv_is_read_only(base); in commit_start()
356 if (s->base_read_only) { in commit_start()
483 if (s->base_read_only) { in commit_start()
H A Dmirror.c2163 bool base_read_only; in commit_active_start() local
2168 base_read_only = bdrv_is_read_only(base); in commit_active_start()
2170 if (base_read_only) { in commit_active_start()
2182 base_read_only, errp); in commit_active_start()
2192 if (base_read_only) { in commit_active_start()