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
119 if (s->base_read_only) { in commit_clean()
302 s->base_read_only = bdrv_is_read_only(base); in commit_start()
303 if (s->base_read_only) { in commit_start()
429 if (s->base_read_only) { in commit_start()
H A Dmirror.c2059 bool base_read_only; in commit_active_start() local
2064 base_read_only = bdrv_is_read_only(base); in commit_active_start()
2066 if (base_read_only) { in commit_active_start()
2088 if (base_read_only) { in commit_active_start()