Home | History | Annotate | Download | only in qemu

Lines Matching refs:keep_read_only

469     bs->keep_read_only = bs->read_only = !(open_flags & BDRV_O_RDWR);
624 bs->backing_hd->keep_read_only = !(flags & BDRV_O_RDWR);
627 bs->backing_hd->keep_read_only = bs->keep_read_only;
762 if (bs->backing_hd->keep_read_only) {
839 bs->backing_hd->keep_read_only = 0;