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.c42 bool base_read_only; member
121 if (s->base_read_only) { in commit_clean()
305 s->base_read_only = bdrv_is_read_only(base); in commit_start()
306 if (s->base_read_only) { in commit_start()
433 if (s->base_read_only) { in commit_start()
H A Dmirror.c2049 bool base_read_only; in commit_active_start() local
2054 base_read_only = bdrv_is_read_only(base); in commit_active_start()
2056 if (base_read_only) { in commit_active_start()
2068 base_read_only, errp); in commit_active_start()
2078 if (base_read_only) { in commit_active_start()