Searched refs:keep_read_only (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/block/
H A Dblock_int.h143 int keep_read_only; /* if true, the media was requested to stay read only */ member in struct:BlockDriverState
/external/qemu/
H A Dblock.c471 bs->keep_read_only = bs->read_only = !(open_flags & BDRV_O_RDWR);
626 bs->backing_hd->keep_read_only = !(flags & BDRV_O_RDWR);
629 bs->backing_hd->keep_read_only = bs->keep_read_only;
764 if (bs->backing_hd->keep_read_only) {
841 bs->backing_hd->keep_read_only = 0;

Completed in 98 milliseconds