HomeSort by relevance Sort by last modified time
    Searched refs:keep_read_only (Results 1 - 2 of 2) sorted by null

  /external/qemu/
block_int.h 143 int keep_read_only; /* if true, the media was requested to stay read only */ member in struct:BlockDriverState
block.c 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;
    [all...]

Completed in 43 milliseconds